Install PHPstan rules again.

This commit is contained in:
James Cole
2022-10-30 12:02:56 +01:00
parent d28326cc89
commit 6b64a39182
3 changed files with 592 additions and 127 deletions

View File

@@ -24,10 +24,10 @@
#composer install --no-scripts --no-ansi
# enable test .env file.
cp .ci/.env.ci .env
# cp .ci/.env.ci .env
# Do static code analysis.
# ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
exit 0
exit 0