From 62494e794324dcc4886453d77e46a55b3298bf32 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 31 Jul 2020 19:18:40 +0200 Subject: [PATCH] Fix format. --- .ci/phpstan.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/phpstan.sh b/.ci/phpstan.sh index 07801129d4..a75e5d2c1e 100755 --- a/.ci/phpstan.sh +++ b/.ci/phpstan.sh @@ -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 \ No newline at end of file