This commit is contained in:
Meritoo
2019-04-03 12:45:26 +02:00
parent 1db4a55e31
commit 87422af5c7
5 changed files with 23 additions and 1 deletions

View File

@@ -63,6 +63,15 @@ dir.docker = ${project.basedir}/docker
dir.docker.data = ${dir.docker}/data/db
dir.docker.logs = ${dir.docker}/logs/nginx
# --------------------------------------------------------------------------------
# Static Analysis
# --------------------------------------------------------------------------------
# Paths of frameworks used to run analysis:
# - PHPStan
#
check.phpstan.command = ./vendor/bin/phpstan analyse
# --------------------------------------------------------------------------------
# Testing
# --------------------------------------------------------------------------------