@@ -1066,12 +1066,6 @@ services:
10661066 -
10671067 class : PHPStan\Rules\Properties\PropertyDescriptor
10681068
1069- -
1070- class : PHPStan\Rules\Properties\PropertyReflectionFinder
1071-
1072- -
1073- class : PHPStan\Rules\Pure\FunctionPurityCheck
1074-
10751069 -
10761070 class : PHPStan\Rules\RuleLevelHelper
10771071 arguments :
@@ -1088,9 +1082,6 @@ services:
10881082 arguments :
10891083 reportExactLine : %featureToggles.reportPreciseLineForUnusedFunctionParameter%
10901084
1091- -
1092- class : PHPStan\Rules\TooWideTypehints\TooWideParameterOutTypeCheck
1093-
10941085 -
10951086 class : PHPStan\Type\FileTypeMapper
10961087 arguments :
@@ -1112,77 +1103,13 @@ services:
11121103 class : PHPStan\Type\TypeAliasResolverProvider
11131104 factory : PHPStan\Type\LazyTypeAliasResolverProvider
11141105
1115- -
1116- class : PHPStan\Type\BitwiseFlagHelper
1117-
11181106 -
11191107 class : PHPStan\Type\Php\CompactFunctionReturnTypeExtension
11201108 tags :
11211109 - phpstan.broker.dynamicFunctionReturnTypeExtension
11221110 arguments :
11231111 checkMaybeUndefinedVariables : %checkMaybeUndefinedVariables%
11241112
1125- -
1126- class : PHPStan\Type\Php\ConstantHelper
1127-
1128- -
1129- class : PHPStan\Type\Php\DateFunctionReturnTypeHelper
1130-
1131- -
1132- class : PHPStan\Type\Php\ArrayKeyExistsFunctionTypeSpecifyingExtension
1133- tags :
1134- - phpstan.typeSpecifier.functionTypeSpecifyingExtension
1135-
1136- -
1137- class : PHPStan\Type\Php\AssertThrowTypeExtension
1138- tags :
1139- - phpstan.dynamicFunctionThrowTypeExtension
1140-
1141- -
1142- class : PHPStan\Type\Php\ArraySearchFunctionTypeSpecifyingExtension
1143- tags :
1144- - phpstan.typeSpecifier.functionTypeSpecifyingExtension
1145-
1146- -
1147- class : PHPStan\Type\Php\ClosureBindDynamicReturnTypeExtension
1148- tags :
1149- - phpstan.broker.dynamicStaticMethodReturnTypeExtension
1150-
1151- -
1152- class : PHPStan\Type\Php\CountFunctionTypeSpecifyingExtension
1153- tags :
1154- - phpstan.typeSpecifier.functionTypeSpecifyingExtension
1155-
1156- -
1157- class : PHPStan\Type\Php\ClosureBindToDynamicReturnTypeExtension
1158- tags :
1159- - phpstan.broker.dynamicMethodReturnTypeExtension
1160-
1161- -
1162- class : PHPStan\Type\Php\ClosureFromCallableDynamicReturnTypeExtension
1163- tags :
1164- - phpstan.broker.dynamicStaticMethodReturnTypeExtension
1165-
1166- -
1167- class : PHPStan\Type\Php\BackedEnumFromMethodDynamicReturnTypeExtension
1168- tags :
1169- - phpstan.broker.dynamicStaticMethodReturnTypeExtension
1170-
1171- -
1172- class : PHPStan\Type\Php\DateFormatMethodReturnTypeExtension
1173- tags :
1174- - phpstan.broker.dynamicMethodReturnTypeExtension
1175-
1176- -
1177- class : PHPStan\Type\Php\DateIntervalConstructorThrowTypeExtension
1178- tags :
1179- - phpstan.dynamicStaticMethodThrowTypeExtension
1180-
1181- -
1182- class : PHPStan\Type\Php\DateIntervalDynamicReturnTypeExtension
1183- tags :
1184- - phpstan.broker.dynamicStaticMethodReturnTypeExtension
1185-
11861113 -
11871114 class : PHPStan\Type\Php\DateTimeModifyReturnTypeExtension
11881115 tags :
0 commit comments