File tree 2 files changed +10
-12
lines changed
2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
2
customRulesetUsed : false
3
3
4
- conditionalTags :
5
- PHPStan\Rules\Properties\UninitializedPropertyRule :
6
- phpstan.rules.rule : %checkUninitializedProperties%
7
-
8
4
rules :
9
5
- PHPStan\Rules\Api\ApiInstanceofRule
10
6
- PHPStan\Rules\Api\ApiInstanceofTypeRule
@@ -218,9 +214,6 @@ services:
218
214
tags :
219
215
- phpstan.rules.rule
220
216
221
- -
222
- class : PHPStan\Rules\Properties\UninitializedPropertyRule
223
-
224
217
-
225
218
class : PHPStan\Rules\Properties\WritingToReadOnlyPropertiesRule
226
219
arguments :
@@ -250,11 +243,6 @@ services:
250
243
tags :
251
244
- phpstan.rules.rule
252
245
253
- -
254
- class : PHPStan\Reflection\ConstructorsHelper
255
- arguments :
256
- additionalConstructors : %additionalConstructors%
257
-
258
246
-
259
247
class : PHPStan\Rules\Keywords\RequireFileExistsRule
260
248
arguments :
Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ conditionalTags:
211
211
phpstan.rules.rule : %exceptions.check.missingCheckedExceptionInThrows%
212
212
PHPStan\Rules\Exceptions\MissingCheckedExceptionInPropertyHookThrowsRule :
213
213
phpstan.rules.rule : %exceptions.check.missingCheckedExceptionInThrows%
214
+ PHPStan\Rules\Properties\UninitializedPropertyRule :
215
+ phpstan.rules.rule : %checkUninitializedProperties%
214
216
215
217
services :
216
218
-
@@ -734,6 +736,11 @@ services:
734
736
tags :
735
737
- phpstan.broker.dynamicMethodReturnTypeExtension
736
738
739
+ -
740
+ class : PHPStan\Reflection\ConstructorsHelper
741
+ arguments :
742
+ additionalConstructors : %additionalConstructors%
743
+
737
744
-
738
745
class : PHPStan\Reflection\RequireExtension\RequireExtendsMethodsClassReflectionExtension
739
746
@@ -1037,6 +1044,9 @@ services:
1037
1044
reportMagicProperties : %reportMagicProperties%
1038
1045
checkDynamicProperties : %checkDynamicProperties%
1039
1046
1047
+ -
1048
+ class : PHPStan\Rules\Properties\UninitializedPropertyRule
1049
+
1040
1050
-
1041
1051
class : PHPStan\Rules\Properties\LazyReadWritePropertiesExtensionProvider
1042
1052
You can’t perform that action at this time.
0 commit comments