@@ -913,15 +913,6 @@ 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-
925916 -
926917 class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInThrowsCheck
927918 arguments :
@@ -946,37 +937,17 @@ services:
946937 checkClassCaseSensitivity : %checkClassCaseSensitivity%
947938 checkThisOnly : %checkThisOnly%
948939
949- -
950- class : PHPStan\Rules\FunctionReturnTypeCheck
951- -
952- class : PHPStan\Rules\ParameterCastableToStringCheck
953-
954- -
955- class : PHPStan\Rules\Generics\CrossCheckInterfacesHelper
956-
957940 -
958941 class : PHPStan\Rules\Generics\GenericAncestorsCheck
959942 arguments :
960943 skipCheckGenericClasses : %featureToggles.skipCheckGenericClasses%
961944 checkMissingTypehints : %checkMissingTypehints%
962945
963- -
964- class : PHPStan\Rules\Generics\GenericObjectTypeCheck
965-
966- -
967- class : PHPStan\Rules\Generics\MethodTagTemplateTypeCheck
968-
969946 -
970947 class : PHPStan\Rules\Generics\TemplateTypeCheck
971948 arguments :
972949 checkClassCaseSensitivity : %checkClassCaseSensitivity%
973950
974- -
975- class : PHPStan\Rules\Generics\VarianceCheck
976-
977- -
978- class : PHPStan\Rules\InternalTag\RestrictedInternalUsageHelper
979-
980951 -
981952 class : PHPStan\Rules\IssetCheck
982953 arguments :
@@ -1003,69 +974,30 @@ services:
1003974 reportMaybes : %reportMaybesInMethodSignatures%
1004975 reportStatic : %reportStaticMethodSignatures%
1005976
1006- -
1007- class : PHPStan\Rules\Methods\MethodParameterComparisonHelper
1008-
1009- -
1010- class : PHPStan\Rules\Methods\MethodVisibilityComparisonHelper
1011-
1012977 -
1013978 class : PHPStan\Rules\MissingTypehintCheck
1014979 arguments :
1015980 checkMissingCallableSignature : %checkMissingCallableSignature%
1016981 skipCheckGenericClasses : %featureToggles.skipCheckGenericClasses%
1017982
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-
1030983 -
1031984 class : PHPStan\Rules\PhpDoc\AssertRuleHelper
1032985 arguments :
1033986 checkMissingTypehints : %checkMissingTypehints%
1034987 checkClassCaseSensitivity : %checkClassCaseSensitivity%
1035988
1036- -
1037- class : PHPStan\Rules\PhpDoc\UnresolvableTypeHelper
1038-
1039- -
1040- class : PHPStan\Rules\PhpDoc\GenericCallableRuleHelper
1041-
1042- -
1043- class : PHPStan\Rules\PhpDoc\IncompatiblePhpDocTypeCheck
1044-
1045989 -
1046990 class : PHPStan\Rules\PhpDoc\VarTagTypeRuleHelper
1047991 arguments :
1048992 checkTypeAgainstPhpDocType : %reportWrongPhpDocTypeInVarTag%
1049993 strictWideningCheck : %reportAnyTypeWideningInVarTag%
1050994
1051- -
1052- class : PHPStan\Rules\Playground\NeverRuleHelper
1053-
1054995 -
1055996 class : PHPStan\Rules\Properties\AccessPropertiesCheck
1056997 arguments :
1057998 reportMagicProperties : %reportMagicProperties%
1058999 checkDynamicProperties : %checkDynamicProperties%
10591000
1060- -
1061- class : PHPStan\Rules\Properties\UninitializedPropertyRule
1062-
1063- -
1064- class : PHPStan\Rules\Properties\LazyReadWritePropertiesExtensionProvider
1065-
1066- -
1067- class : PHPStan\Rules\Properties\PropertyDescriptor
1068-
10691001 -
10701002 class : PHPStan\Rules\RuleLevelHelper
10711003 arguments :
0 commit comments