mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Increaed phpstan level to 7
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
],
|
||||
"cs": "phpcs",
|
||||
"cs:fix": "phpcbf",
|
||||
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config data/migrations --level=6",
|
||||
"stan": "phpstan analyse module/*/src/ module/*/config config docker/config data/migrations --level=7",
|
||||
"test": [
|
||||
"@test:unit",
|
||||
"@test:db",
|
||||
|
||||
Reference in New Issue
Block a user