No need to cat non-existent file.

This commit is contained in:
James Cole 2020-08-01 05:46:52 +02:00
parent 8cebd03298
commit 07b93037b3
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

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