diff --git a/.ci/phpstan.sh b/.ci/phpstan.sh index c5eca734c2..774b5eb1af 100755 --- a/.ci/phpstan.sh +++ b/.ci/phpstan.sh @@ -34,6 +34,7 @@ then ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --error-format=table > phpstan-report.txt EXIT_CODE=$? echo 'The PHPstan report can be found in phpstan-report.txt' +fi if [[ $GITHUB_ACTIONS = "true" ]] then