File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,17 @@ conditionalTags:
232
232
phpstan.rules.rule : %checkUninitializedProperties%
233
233
234
234
services :
235
+ -
236
+ class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInFunctionThrowsRule
237
+
238
+ -
239
+ class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInMethodThrowsRule
240
+
241
+ -
242
+ class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInPropertyHookThrowsRule
243
+
244
+ -
245
+ class : PHPStan\Rules\Properties\UninitializedPropertyRule
235
246
236
247
-
237
248
class : PHPStan\Php\PhpVersion
Original file line number Diff line number Diff line change @@ -148,18 +148,6 @@ services:
148
148
arguments :
149
149
dateTimeClass : DateTimeImmutable
150
150
151
- -
152
- class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInFunctionThrowsRule
153
-
154
- -
155
- class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInMethodThrowsRule
156
-
157
- -
158
- class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInPropertyHookThrowsRule
159
-
160
- -
161
- class : PHPStan\Rules\Properties\UninitializedPropertyRule
162
-
163
151
-
164
152
# checked as part of OverridingMethodRule
165
153
class : PHPStan\Rules\Methods\MethodSignatureRule
You can’t perform that action at this time.
0 commit comments