We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda83c2 commit f66181aCopy full SHA for f66181a
composer.json
@@ -43,6 +43,7 @@
43
"phpstan/extension-installer": "@stable"
44
},
45
"scripts": {
46
- "lint": "phpcs"
+ "lint": "phpcs",
47
+ "analyse": "phpstan analyse inc --memory-limit=6G"
48
}
49
phpstan.neon
@@ -9,6 +9,7 @@ parameters:
9
- '#Function .* not found#'
10
- '#Cannot cast mixed to .*#'
11
- '#Using nullsafe method call on non-nullable type .*#'
12
+ reportUnmatchedIgnoredErrors: false
13
excludePaths:
14
- js/*
15
- vendor/*
0 commit comments