Skip to content

Commit f02e5f0

Browse files
committed
Move stuff around again
1 parent 293136e commit f02e5f0

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

conf/config.neon

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,17 @@ conditionalTags:
232232
phpstan.rules.rule: %checkUninitializedProperties%
233233

234234
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
235246

236247
-
237248
class: PHPStan\Php\PhpVersion

conf/services.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)