Forgot to close if statement

This commit is contained in:
James Cole
2023-11-04 12:16:58 +01:00
parent 08c07352ae
commit fa45076e48

View File

@@ -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