Skip to content

Commit d8d3775

Browse files
committed
Fix PHP 8.0 build
1 parent 1510f2a commit d8d3775

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build/readonly-property.neon

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
parameters:
22
excludePaths:
33
- ../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+
count: 1
16+
path: ../tests/PHPStan/Rules/Properties/MissingReadOnlyPropertyAssignRuleWithoutNarrowMethodScopeTest.php

0 commit comments

Comments
 (0)