@@ -53,7 +53,6 @@ services:
53
53
-
54
54
class : PHPStan\Rules\Classes\ImpossibleInstanceOfRule
55
55
arguments :
56
- checkAlwaysTrueInstanceof : %checkAlwaysTrueInstanceof%
57
56
treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
58
57
reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
59
58
treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
@@ -157,7 +156,6 @@ services:
157
156
-
158
157
class : PHPStan\Rules\Comparison\ImpossibleCheckTypeFunctionCallRule
159
158
arguments :
160
- checkAlwaysTrueCheckTypeFunctionCall : %checkAlwaysTrueCheckTypeFunctionCall%
161
159
treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
162
160
reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
163
161
treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
@@ -167,7 +165,6 @@ services:
167
165
-
168
166
class : PHPStan\Rules\Comparison\ImpossibleCheckTypeMethodCallRule
169
167
arguments :
170
- checkAlwaysTrueCheckTypeFunctionCall : %checkAlwaysTrueCheckTypeFunctionCall%
171
168
treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
172
169
reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
173
170
treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
@@ -177,7 +174,6 @@ services:
177
174
-
178
175
class : PHPStan\Rules\Comparison\ImpossibleCheckTypeStaticMethodCallRule
179
176
arguments :
180
- checkAlwaysTrueCheckTypeFunctionCall : %checkAlwaysTrueCheckTypeFunctionCall%
181
177
treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
182
178
reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
183
179
treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
@@ -196,7 +192,6 @@ services:
196
192
-
197
193
class : PHPStan\Rules\Comparison\MatchExpressionRule
198
194
arguments :
199
- checkAlwaysTrueStrictComparison : %checkAlwaysTrueStrictComparison%
200
195
reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
201
196
treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
202
197
tags :
@@ -213,7 +208,6 @@ services:
213
208
-
214
209
class : PHPStan\Rules\Comparison\StrictComparisonOfDifferentTypesRule
215
210
arguments :
216
- checkAlwaysTrueStrictComparison : %checkAlwaysTrueStrictComparison%
217
211
treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
218
212
reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
219
213
treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
@@ -223,7 +217,6 @@ services:
223
217
-
224
218
class : PHPStan\Rules\Comparison\ConstantLooseComparisonRule
225
219
arguments :
226
- checkAlwaysTrueLooseComparison : %checkAlwaysTrueLooseComparison%
227
220
treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
228
221
reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
229
222
treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
0 commit comments