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 2ca652f commit 773c5d4Copy full SHA for 773c5d4
phpstan.neon.dist
@@ -46,13 +46,6 @@ parameters:
46
message: '~^Call to an undefined method Atk4\\Ui\\Form\\Control::setModel\(\)\.$~'
47
count: 3
48
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
-
56
# TODO these rules are generated, this ignores should be fixed in the code
57
# for level = 2
58
0 commit comments