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 1510f2a commit d8d3775Copy full SHA for d8d3775
build/readonly-property.neon
@@ -1,3 +1,16 @@
1
parameters:
2
excludePaths:
3
- ../tests/PHPStan/Rules/Properties/MissingReadOnlyPropertyAssignRuleTest.php
4
+
5
+ ignoreErrors:
6
+ -
7
+ rawMessage: Result of && is always false.
8
+ identifier: booleanAnd.alwaysFalse
9
+ count: 1
10
+ path: ../tests/PHPStan/Rules/Properties/MissingReadOnlyPropertyAssignRuleWithoutNarrowMethodScopeTest.php
11
12
13
+ rawMessage: 'Strict comparison using === between class-string and ''MissingReadOnlyPropertyAssign\\Entity'' will always evaluate to false.'
14
+ identifier: identical.alwaysFalse
15
16
0 commit comments