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 54474f1 commit 765a31eCopy full SHA for 765a31e
phpstan.neon
@@ -11,6 +11,8 @@ parameters:
11
- '#Instanceof between .* and .* will always evaluate to true.#'
12
- '#Strict comparison using !== between .*non-empty-string.* and .* will always evaluate to true.#'
13
- '#Strict comparison using !== between .*non-falsy-string.* and .* will always evaluate to true.#'
14
+ - '#Call to an undefined method ReflectionProperty::.*#'
15
+ - '#Access to constant .* on an unknown class PropertyHookType.#'
16
- identifier: argument.named
17
18
excludePaths:
0 commit comments