add phpstan in ci

This commit is contained in:
Robin Appelman 2022-04-08 17:29:52 +02:00
commit b47321646b
2 changed files with 19 additions and 2 deletions

View file

@ -33,6 +33,7 @@
"lint": "parallel-lint --exclude src --exclude vendor --exclude target --exclude build .",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"psalm": "psalm.phar"
"psalm": "psalm.phar",
"phpstan": "phpstan analyse --level 5 src"
}
}