Fix format.

This commit is contained in:
James Cole
2020-07-31 19:18:40 +02:00
parent d2fd858d18
commit 62494e7943

View File

@@ -4,6 +4,8 @@
composer install --no-suggest --no-scripts --no-ansi &> /dev/null
# Do static code analysis.
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --errorFormat=raw > phpstan.txt
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --error-format=raw > phpstan.txt
cat phpstan.txt
exit 0