mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +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
|
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --error-format=table > phpstan-report.txt
|
||||||
EXIT_CODE=$?
|
EXIT_CODE=$?
|
||||||
echo 'The PHPstan report can be found in phpstan-report.txt'
|
echo 'The PHPstan report can be found in phpstan-report.txt'
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ $GITHUB_ACTIONS = "true" ]]
|
if [[ $GITHUB_ACTIONS = "true" ]]
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user