ci: fix phpstan errors

This commit is contained in:
Younes ENNAJI
2024-09-19 07:30:11 +01:00
parent 61bd5f7a96
commit e44c1d675e
9 changed files with 43 additions and 63 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ tasks:
lint:
desc: "🔍 Run various linting tools to ensure code quality."
cmds:
- vendor/bin/php-cs-fixer fix --dry-run
- vendor/bin/php-cs-fixer fix
- vendor/bin/phpstan analyse --memory-limit=-1
- composer validate --strict
- vendor/bin/phplint