Skip to content

Commit 3b7a21a

Browse files
committed
Fix phpstan
1 parent 1c49c8f commit 3b7a21a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ parameters:
1616
-
1717
message: '#Cannot unset offset string on array.+\.#'
1818
path: '%rootDir%/../../../src/Utility/Language.php'
19+
-
20+
message: '#Instanceof between mixed and .+ComparisonExpression will always evaluate to false\.#'
21+
path: '%rootDir%/../../../src/Model/Behavior/BitmaskedBehavior.php'
1922
services:
2023
-
2124
class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension

0 commit comments

Comments
 (0)