Fix phpstan issues.

This commit is contained in:
James Cole
2022-10-30 14:34:36 +01:00
parent 1a7d60ccc8
commit c032ffd4f9
6 changed files with 13 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# Do static code analysis.
# ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress
./vendor/bin/phpstan analyse -c .ci/phpstan.neon
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --error-format=table > phpstan.txt
exit 0