chore: move php-cs-fixer config into tools
- relocate .php-cs-fixer.dist.php to tools/php-cs-fixer/.php-cs-fixer.dist.php - update composer scripts, docs, quality gates, and style skill references - keep finder scope stable via project-root resolution - fix pre-existing unused imports reported by php-cs-fixer
This commit is contained in:
@@ -345,7 +345,7 @@ Nicht-deklarierte Cross-Module-Imports sind verboten und werden per Architektur-
|
||||
- [ ] PHPUnit gruent (`vendor/bin/phpunit`)
|
||||
- [ ] PHPStan Level 5 gruent (`vendor/bin/phpstan analyse -c phpstan.neon`)
|
||||
- [ ] Architektur-Tests gruent (`tests/Architecture/`)
|
||||
- [ ] PHP-CS-Fixer gruent (`vendor/bin/php-cs-fixer fix --dry-run`)
|
||||
- [ ] PHP-CS-Fixer gruent (`vendor/bin/php-cs-fixer fix --config=tools/php-cs-fixer/.php-cs-fixer.dist.php --dry-run`)
|
||||
- [ ] AuthorizationPolicy ist im Container registriert (falls Konstruktor-Parameter vorhanden)
|
||||
- [ ] Alle sichtbaren Texte nutzen `t('...')`
|
||||
- [ ] Session-Keys verwenden `module.<id>.*` Prefix
|
||||
|
||||
Reference in New Issue
Block a user