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.
1 parent c43413f commit 7e71c2fCopy full SHA for 7e71c2f
phpstan.neon.dist
@@ -29,11 +29,11 @@ parameters:
29
30
# Level 1:
31
- These are too noisy at the moment.
32
- message: '#Variable \$[a-zA-Z0-9_]+ might not be defined\.#'
+ message: '#Variable \$[a-zA-Z0-9_]+ might not be defined\.#'
33
34
# Level 2:
35
- # Callable-strings are used as callables in WordPress.
36
- message: '#Default value of the parameter .* is incompatible with type callable.*#'
+ message: '#Default value of the parameter .* is incompatible with type callable.*#'
37
38
# Level 6:
39
- # WPCS syntax for iterable types is not supported.
0 commit comments