Phing > tests > add task for Psalm (https://psalm.dev)

This commit is contained in:
Meritoo
2019-04-18 14:31:31 +02:00
parent f5e8c8c740
commit 0f2c6bb099
3 changed files with 8 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ dir.docker.logs = ${dir.docker}/logs/nginx
# - PHPStan
#
check.phpstan.command = ./vendor/bin/phpstan analyse
check.psalm.command = ./vendor/bin/psalm --report=build/reports/psalm.json
check.php_coveralls.command = ./vendor/bin/php-coveralls --ansi -v
# --------------------------------------------------------------------------------