Skip to content

Commit 773c5d4

Browse files
committed
Fix phpstan v2.1.12
1 parent 2ca652f commit 773c5d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ parameters:
4646
message: '~^Call to an undefined method Atk4\\Ui\\Form\\Control::setModel\(\)\.$~'
4747
count: 3
4848

49-
# remove once https://github.com/phpstan/phpstan/issues/12792 is fixed
50-
-
51-
path: 'src/*.php'
52-
identifier: identical.alwaysFalse
53-
message: '~^Strict comparison using === between non-empty-string and '''' will always evaluate to false\.$~'
54-
count: 2
55-
5649
# TODO these rules are generated, this ignores should be fixed in the code
5750
# for level = 2
5851
-

0 commit comments

Comments
 (0)