mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Forgot to close if statement
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user