Skip to content

Commit 765a31e

Browse files
Ignore PHPStan errors
1 parent 54474f1 commit 765a31e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ parameters:
1111
- '#Instanceof between .* and .* will always evaluate to true.#'
1212
- '#Strict comparison using !== between .*non-empty-string.* and .* will always evaluate to true.#'
1313
- '#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.#'
1416
- identifier: argument.named
1517

1618
excludePaths:

0 commit comments

Comments
 (0)