Don't echo to file

This commit is contained in:
James Cole
2020-07-31 19:30:30 +02:00
parent 49b855f7fd
commit 214dcc7e4c

View File

@@ -5,7 +5,7 @@ composer install --no-suggest --no-scripts --no-ansi
# Do static code analysis.
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress > phpstan.txt
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress
cat phpstan.txt