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 1c49c8f commit 3b7a21aCopy full SHA for 3b7a21a
tests/phpstan.neon
@@ -16,6 +16,9 @@ parameters:
16
-
17
message: '#Cannot unset offset string on array.+\.#'
18
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'
22
services:
23
24
class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
0 commit comments