Resolved all phpstan errors

This commit is contained in:
Alejandro Celaya
2021-07-19 22:47:12 +02:00
parent 934d266880
commit de5666d262
3 changed files with 10 additions and 17 deletions

View File

@@ -113,7 +113,7 @@
],
"cs": "phpcs",
"cs:fix": "phpcbf",
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config data/migrations --level=7",
"stan": "phpstan analyse module/*/src module/*/config config docker/config data/migrations --level=7",
"test": [
"@test:unit",
"@test:db",