From d58211507d542bf585e75381e051d8d64e16f4b9 Mon Sep 17 00:00:00 2001 From: hakutaku <39969709+allhaileris@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:46:56 +0300 Subject: [PATCH] phpcsfixer --- .gitignore | 5 + .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/php.xml | 109 +- .idea/runConfigurations/CSFixer.xml | 17 + .idea/runConfigurations/PhpStan.xml | 17 + .idea/symfony-skeleton.iml | 102 +- .php-cs-fixer.dist.php | 13 + composer.json | 1 + composer.lock | 1020 +++++++++++++++++- src/Maker/Bundle/Bundle.tpl.php | 11 +- src/Maker/Bundle/Configuration.tpl.php | 10 +- symfony.lock | 12 + 12 files changed, 1220 insertions(+), 103 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/runConfigurations/CSFixer.xml create mode 100644 .idea/runConfigurations/PhpStan.xml create mode 100644 .php-cs-fixer.dist.php diff --git a/.gitignore b/.gitignore index 0b1b12d..326f652 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,8 @@ ###> phpstan/phpstan ### phpstan.neon ###< phpstan/phpstan ### + +###> friendsofphp/php-cs-fixer ### +/.php-cs-fixer.php +/.php-cs-fixer.cache +###< friendsofphp/php-cs-fixer ### diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..d829d01 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index cf8c53a..7f4d4bc 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -4,14 +4,76 @@