@@ -913,6 +913,15 @@ services:
913913 autowired :
914914 - PHPStan\Rules\Exceptions\DefaultExceptionTypeResolver
915915
916+ -
917+ class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInFunctionThrowsRule
918+
919+ -
920+ class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInMethodThrowsRule
921+
922+ -
923+ class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInPropertyHookThrowsRule
924+
916925 -
917926 class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInThrowsCheck
918927 arguments :
@@ -937,17 +946,37 @@ services:
937946 checkClassCaseSensitivity : %checkClassCaseSensitivity%
938947 checkThisOnly : %checkThisOnly%
939948
949+ -
950+ class : PHPStan\Rules\FunctionReturnTypeCheck
951+ -
952+ class : PHPStan\Rules\ParameterCastableToStringCheck
953+
954+ -
955+ class : PHPStan\Rules\Generics\CrossCheckInterfacesHelper
956+
940957 -
941958 class : PHPStan\Rules\Generics\GenericAncestorsCheck
942959 arguments :
943960 skipCheckGenericClasses : %featureToggles.skipCheckGenericClasses%
944961 checkMissingTypehints : %checkMissingTypehints%
945962
963+ -
964+ class : PHPStan\Rules\Generics\GenericObjectTypeCheck
965+
966+ -
967+ class : PHPStan\Rules\Generics\MethodTagTemplateTypeCheck
968+
946969 -
947970 class : PHPStan\Rules\Generics\TemplateTypeCheck
948971 arguments :
949972 checkClassCaseSensitivity : %checkClassCaseSensitivity%
950973
974+ -
975+ class : PHPStan\Rules\Generics\VarianceCheck
976+
977+ -
978+ class : PHPStan\Rules\InternalTag\RestrictedInternalUsageHelper
979+
951980 -
952981 class : PHPStan\Rules\IssetCheck
953982 arguments :
@@ -974,30 +1003,69 @@ services:
9741003 reportMaybes : %reportMaybesInMethodSignatures%
9751004 reportStatic : %reportStaticMethodSignatures%
9761005
1006+ -
1007+ class : PHPStan\Rules\Methods\MethodParameterComparisonHelper
1008+
1009+ -
1010+ class : PHPStan\Rules\Methods\MethodVisibilityComparisonHelper
1011+
9771012 -
9781013 class : PHPStan\Rules\MissingTypehintCheck
9791014 arguments :
9801015 checkMissingCallableSignature : %checkMissingCallableSignature%
9811016 skipCheckGenericClasses : %featureToggles.skipCheckGenericClasses%
9821017
1018+ -
1019+ class : PHPStan\Rules\NullsafeCheck
1020+
1021+ -
1022+ class : PHPStan\Rules\Constants\LazyAlwaysUsedClassConstantsExtensionProvider
1023+
1024+ -
1025+ class : PHPStan\Rules\Methods\LazyAlwaysUsedMethodExtensionProvider
1026+
1027+ -
1028+ class : PHPStan\Rules\PhpDoc\ConditionalReturnTypeRuleHelper
1029+
9831030 -
9841031 class : PHPStan\Rules\PhpDoc\AssertRuleHelper
9851032 arguments :
9861033 checkMissingTypehints : %checkMissingTypehints%
9871034 checkClassCaseSensitivity : %checkClassCaseSensitivity%
9881035
1036+ -
1037+ class : PHPStan\Rules\PhpDoc\UnresolvableTypeHelper
1038+
1039+ -
1040+ class : PHPStan\Rules\PhpDoc\GenericCallableRuleHelper
1041+
1042+ -
1043+ class : PHPStan\Rules\PhpDoc\IncompatiblePhpDocTypeCheck
1044+
9891045 -
9901046 class : PHPStan\Rules\PhpDoc\VarTagTypeRuleHelper
9911047 arguments :
9921048 checkTypeAgainstPhpDocType : %reportWrongPhpDocTypeInVarTag%
9931049 strictWideningCheck : %reportAnyTypeWideningInVarTag%
9941050
1051+ -
1052+ class : PHPStan\Rules\Playground\NeverRuleHelper
1053+
9951054 -
9961055 class : PHPStan\Rules\Properties\AccessPropertiesCheck
9971056 arguments :
9981057 reportMagicProperties : %reportMagicProperties%
9991058 checkDynamicProperties : %checkDynamicProperties%
10001059
1060+ -
1061+ class : PHPStan\Rules\Properties\UninitializedPropertyRule
1062+
1063+ -
1064+ class : PHPStan\Rules\Properties\LazyReadWritePropertiesExtensionProvider
1065+
1066+ -
1067+ class : PHPStan\Rules\Properties\PropertyDescriptor
1068+
10011069 -
10021070 class : PHPStan\Rules\RuleLevelHelper
10031071 arguments :
0 commit comments