mirror of
https://github.com/dg/dibi.git
synced 2025-08-02 12:21:06 +02:00
updated phpstan
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"classmap": ["src/"]
|
"classmap": ["src/"]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"phpstan": "phpstan analyse --autoload-file vendor/autoload.php --level 5 --configuration tests/phpstan.neon src",
|
"phpstan": "phpstan analyse",
|
||||||
"tester": "tester tests -s"
|
"tester": "tester tests -s"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
parameters:
|
parameters:
|
||||||
|
level: 5
|
||||||
|
|
||||||
|
paths:
|
||||||
|
- src
|
||||||
|
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
# The namespace is referenced, not the class.
|
# The namespace is referenced, not the class.
|
||||||
- '#Class dibi referenced with incorrect case: Dibi#'
|
- '#Class dibi referenced with incorrect case: Dibi#'
|
Reference in New Issue
Block a user