mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Fix format.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
composer install --no-suggest --no-scripts --no-ansi &> /dev/null
|
||||
|
||||
# Do static code analysis.
|
||||
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --errorFormat=raw > phpstan.txt
|
||||
./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress --error-format=raw > phpstan.txt
|
||||
|
||||
cat phpstan.txt
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user