@@ -209,6 +209,8 @@ conditionalTags:
209209 phpstan.rules.rule : %exceptions.check.missingCheckedExceptionInThrows%
210210 PHPStan\Rules\Exceptions\MissingCheckedExceptionInMethodThrowsRule :
211211 phpstan.rules.rule : %exceptions.check.missingCheckedExceptionInThrows%
212+ PHPStan\Rules\Exceptions\MissingCheckedExceptionInPropertyHookThrowsRule :
213+ phpstan.rules.rule : %exceptions.check.missingCheckedExceptionInThrows%
212214
213215services :
214216 -
@@ -318,6 +320,11 @@ services:
318320 tags :
319321 - phpstan.parser.richParserNodeVisitor
320322
323+ -
324+ class : PHPStan\Parser\PropertyHookNameVisitor
325+ tags :
326+ - phpstan.parser.richParserNodeVisitor
327+
321328 -
322329 class : PHPStan\Node\Printer\ExprPrinter
323330
@@ -901,6 +908,9 @@ services:
901908 -
902909 class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInMethodThrowsRule
903910
911+ -
912+ class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInPropertyHookThrowsRule
913+
904914 -
905915 class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInThrowsCheck
906916 arguments :
@@ -1011,6 +1021,9 @@ services:
10111021 -
10121022 class : PHPStan\Rules\PhpDoc\GenericCallableRuleHelper
10131023
1024+ -
1025+ class : PHPStan\Rules\PhpDoc\IncompatiblePhpDocTypeCheck
1026+
10141027 -
10151028 class : PHPStan\Rules\PhpDoc\VarTagTypeRuleHelper
10161029 arguments :
@@ -1020,6 +1033,12 @@ services:
10201033 -
10211034 class : PHPStan\Rules\Playground\NeverRuleHelper
10221035
1036+ -
1037+ class : PHPStan\Rules\Properties\AccessPropertiesCheck
1038+ arguments :
1039+ reportMagicProperties : %reportMagicProperties%
1040+ checkDynamicProperties : %checkDynamicProperties%
1041+
10231042 -
10241043 class : PHPStan\Rules\Properties\LazyReadWritePropertiesExtensionProvider
10251044
0 commit comments