fix(continuous-integration): correction point phpstan de level 1
All checks were successful
Cadoles/nineskeletor/pipeline/pr-master This commit looks good

This commit is contained in:
2022-09-23 15:34:07 +02:00
parent 86b11372e7
commit 5f3cc51f5c
10 changed files with 32 additions and 11 deletions

View File

@ -9,7 +9,7 @@ deps:
npm ci
phpstan:
symfony php tools/phpstan/vendor/bin/phpstan analyze ./src
symfony php tools/phpstan/vendor/bin/phpstan analyze ./src -l 1
php-cs-fixer:
tools/php-cs-fixer/symfony-php-cs-fixer.sh fix --verbose --show-progress=dots