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