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:
232232 phpstan.rules.rule : %checkUninitializedProperties%
233233
234234services :
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
235246
236247 -
237248 class : PHPStan\Php\PhpVersion
Original file line number Diff line number Diff line change @@ -148,18 +148,6 @@ services:
148148 arguments :
149149 dateTimeClass : DateTimeImmutable
150150
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-
163151 -
164152 # checked as part of OverridingMethodRule
165153 class : PHPStan\Rules\Methods\MethodSignatureRule
You can’t perform that action at this time.
0 commit comments