Einbau von *PhpStan*
This commit is contained in:
+2
-1
@@ -27,6 +27,7 @@
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^4.1.18",
|
||||
"codeception/module-phpbrowser": "^1.0.0",
|
||||
"codeception/module-asserts": "^1.0.0"
|
||||
"codeception/module-asserts": "^1.0.0",
|
||||
"phpstan/phpstan" : "^0.12.82"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
parameters:
|
||||
level: 6
|
||||
paths:
|
||||
- src
|
||||
- tests/unit
|
||||
Reference in New Issue
Block a user