Add php-cs-fixer

This commit is contained in:
Rom1-B
2025-06-27 08:22:27 +02:00
parent e283c254cd
commit c5e110fc73
32 changed files with 3774 additions and 1864 deletions

View File

@@ -38,12 +38,12 @@
// Entry menu case
define('GLPI_ROOT', '../..');
include (GLPI_ROOT . "/inc/includes.php");
include(GLPI_ROOT . '/inc/includes.php');
Session::checkRight(Config::$rightname, UPDATE);
Html::header("TITLE", $_SERVER['PHP_SELF'], "plugins");
Html::header('TITLE', $_SERVER['PHP_SELF'], 'plugins');
echo "This is the plugin stat page";
echo 'This is the plugin stat page';
Html::footer();