mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix format.
This commit is contained in:
parent
d2fd858d18
commit
62494e7943
@ -4,6 +4,8 @@
|
|||||||
composer install --no-suggest --no-scripts --no-ansi &> /dev/null
|
composer install --no-suggest --no-scripts --no-ansi &> /dev/null
|
||||||
|
|
||||||
# Do static code analysis.
|
# 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
|
exit 0
|
Loading…
Reference in New Issue
Block a user