Fix format.

This commit is contained in:
James Cole 2020-07-31 19:18:40 +02:00
parent d2fd858d18
commit 62494e7943
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -4,6 +4,8 @@
composer install --no-suggest --no-scripts --no-ansi &> /dev/null composer install --no-suggest --no-scripts --no-ansi &> /dev/null
# Do static code analysis. # 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 exit 0