chore: run php-cs-fixer

This commit is contained in:
Younes ENNAJI
2024-09-19 06:42:10 +01:00
parent 51dd7dc6fb
commit d59e37812d
38 changed files with 221 additions and 85 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ tasks:
desc: "🔍 Run various linting tools to ensure code quality."
cmds:
- vendor/bin/php-cs-fixer fix --dry-run
- vendor/bin/phpstan analyse
- vendor/bin/phpstan analyse --memory-limit=-1
- composer validate --strict
- vendor/bin/phplint
- find src/ -name "composer.json" -exec composer validate --strict {} \;