We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wp-admin/includes
1 parent ef015cf commit 071989eCopy full SHA for 071989e
phpstan.neon
@@ -2,6 +2,9 @@ includes:
2
- bin/baseline.neon
3
parameters:
4
level: 1
5
+ reportUnmatchedIgnoredErrors: false
6
+ ignoreErrors:
7
+ - '#^Path in (include_once|require_once|require)\(\) ".*wp-admin/includes/.*" is not a file#'
8
paths:
9
- .
10
excludePaths:
0 commit comments