From fa45076e48362c94947f954a153d4b1b3f817eae Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 4 Nov 2023 12:16:58 +0100 Subject: [PATCH] Forgot to close if statement --- .ci/phpstan.sh | 1 + 1 file changed, 1 insertion(+) 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