@@ -17,42 +17,6 @@ parameters:
17
17
checkAdvancedIsset : true
18
18
19
19
services :
20
- -
21
- class : PHPStan\Rules\Classes\ImpossibleInstanceOfRule
22
- arguments :
23
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
24
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
25
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
26
- tags :
27
- - phpstan.rules.rule
28
-
29
- -
30
- class : PHPStan\Rules\Comparison\BooleanAndConstantConditionRule
31
- arguments :
32
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
33
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
34
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
35
- tags :
36
- - phpstan.rules.rule
37
-
38
- -
39
- class : PHPStan\Rules\Comparison\BooleanOrConstantConditionRule
40
- arguments :
41
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
42
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
43
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
44
- tags :
45
- - phpstan.rules.rule
46
-
47
- -
48
- class : PHPStan\Rules\Comparison\BooleanNotConstantConditionRule
49
- arguments :
50
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
51
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
52
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
53
- tags :
54
- - phpstan.rules.rule
55
-
56
20
-
57
21
class : PHPStan\Rules\DeadCode\ConstructorWithoutImpurePointsCollector
58
22
tags :
@@ -88,134 +52,6 @@ services:
88
52
tags :
89
53
- phpstan.collector
90
54
91
- -
92
- class : PHPStan\Rules\DeadCode\UnusedPrivatePropertyRule
93
- arguments :
94
- alwaysWrittenTags : %propertyAlwaysWrittenTags%
95
- alwaysReadTags : %propertyAlwaysReadTags%
96
- checkUninitializedProperties : %checkUninitializedProperties%
97
- tags :
98
- - phpstan.rules.rule
99
-
100
- -
101
- class : PHPStan\Rules\Comparison\DoWhileLoopConstantConditionRule
102
- arguments :
103
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
104
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
105
- tags :
106
- - phpstan.rules.rule
107
-
108
- -
109
- class : PHPStan\Rules\Comparison\ElseIfConstantConditionRule
110
- arguments :
111
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
112
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
113
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
114
- tags :
115
- - phpstan.rules.rule
116
-
117
- -
118
- class : PHPStan\Rules\Comparison\IfConstantConditionRule
119
- arguments :
120
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
121
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
122
- tags :
123
- - phpstan.rules.rule
124
-
125
- -
126
- class : PHPStan\Rules\Comparison\ImpossibleCheckTypeFunctionCallRule
127
- arguments :
128
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
129
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
130
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
131
- tags :
132
- - phpstan.rules.rule
133
-
134
- -
135
- class : PHPStan\Rules\Comparison\ImpossibleCheckTypeMethodCallRule
136
- arguments :
137
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
138
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
139
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
140
- tags :
141
- - phpstan.rules.rule
142
-
143
- -
144
- class : PHPStan\Rules\Comparison\ImpossibleCheckTypeStaticMethodCallRule
145
- arguments :
146
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
147
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
148
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
149
- tags :
150
- - phpstan.rules.rule
151
-
152
- -
153
- class : PHPStan\Rules\Comparison\LogicalXorConstantConditionRule
154
- arguments :
155
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
156
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
157
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
158
- tags :
159
- - phpstan.rules.rule
160
-
161
- -
162
- class : PHPStan\Rules\Comparison\MatchExpressionRule
163
- arguments :
164
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
165
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
166
- tags :
167
- - phpstan.rules.rule
168
-
169
- -
170
- class : PHPStan\Rules\Comparison\NumberComparisonOperatorsConstantConditionRule
171
- arguments :
172
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
173
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
174
- tags :
175
- - phpstan.rules.rule
176
-
177
- -
178
- class : PHPStan\Rules\Comparison\StrictComparisonOfDifferentTypesRule
179
- arguments :
180
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
181
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
182
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
183
- tags :
184
- - phpstan.rules.rule
185
-
186
- -
187
- class : PHPStan\Rules\Comparison\ConstantLooseComparisonRule
188
- arguments :
189
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
190
- reportAlwaysTrueInLastCondition : %reportAlwaysTrueInLastCondition%
191
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
192
- tags :
193
- - phpstan.rules.rule
194
-
195
- -
196
- class : PHPStan\Rules\Comparison\TernaryOperatorConstantConditionRule
197
- arguments :
198
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
199
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
200
- tags :
201
- - phpstan.rules.rule
202
-
203
- -
204
- class : PHPStan\Rules\Comparison\WhileLoopAlwaysFalseConditionRule
205
- arguments :
206
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
207
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
208
- tags :
209
- - phpstan.rules.rule
210
-
211
- -
212
- class : PHPStan\Rules\Comparison\WhileLoopAlwaysTrueConditionRule
213
- arguments :
214
- treatPhpDocTypesAsCertain : %treatPhpDocTypesAsCertain%
215
- treatPhpDocTypesAsCertainTip : %tips.treatPhpDocTypesAsCertain%
216
- tags :
217
- - phpstan.rules.rule
218
-
219
55
-
220
56
class : PHPStan\Rules\Exceptions\TooWideFunctionThrowTypeRule
221
57
@@ -225,18 +61,6 @@ services:
225
61
-
226
62
class : PHPStan\Rules\Exceptions\TooWidePropertyHookThrowTypeRule
227
63
228
- -
229
- class : PHPStan\Rules\TooWideTypehints\TooWideMethodReturnTypehintRule
230
- arguments :
231
- checkProtectedAndPublicMethods : %checkTooWideReturnTypesInProtectedAndPublicMethods%
232
- tags :
233
- - phpstan.rules.rule
234
-
235
- -
236
- class : PHPStan\Rules\Properties\NullsafePropertyFetchRule
237
- tags :
238
- - phpstan.rules.rule
239
-
240
64
-
241
65
class : PHPStan\Rules\Traits\TraitDeclarationCollector
242
66
tags :
@@ -246,11 +70,3 @@ services:
246
70
class : PHPStan\Rules\Traits\TraitUseCollector
247
71
tags :
248
72
- phpstan.collector
249
-
250
- -
251
- class : PHPStan\Rules\Exceptions\CatchWithUnthrownExceptionRule
252
- arguments :
253
- exceptionTypeResolver : @exceptionTypeResolver
254
- reportUncheckedExceptionDeadCatch : %exceptions.reportUncheckedExceptionDeadCatch%
255
- tags :
256
- - phpstan.rules.rule
0 commit comments