@@ -535,9 +535,6 @@ services:
535535 arguments :
536536 reflector : @betterReflectionReflector
537537
538- -
539- class : PHPStan\Reflection\SignatureMap\SignatureMapParser
540-
541538 -
542539 class : PHPStan\Reflection\SignatureMap\FunctionSignatureMapProvider
543540 arguments :
@@ -550,16 +547,10 @@ services:
550547 autowired :
551548 - PHPStan\Reflection\SignatureMap\Php8SignatureMapProvider
552549
553- -
554- class : PHPStan\Reflection\SignatureMap\SignatureMapProviderFactory
555-
556550 -
557551 class : PHPStan\Reflection\SignatureMap\SignatureMapProvider
558552 factory : @PHPStan\Reflection\SignatureMap\SignatureMapProviderFactory::create ()
559553
560- -
561- class : PHPStan\Rules\Api\ApiRuleHelper
562-
563554 -
564555 class : PHPStan\Rules\AttributesCheck
565556 arguments :
@@ -572,17 +563,11 @@ services:
572563 reportPossiblyNonexistentGeneralArrayOffset : %reportPossiblyNonexistentGeneralArrayOffset%
573564 reportPossiblyNonexistentConstantArrayOffset : %reportPossiblyNonexistentConstantArrayOffset%
574565
575- -
576- class : PHPStan\Rules\ClassNameCheck
577-
578566 -
579567 class : PHPStan\Rules\ClassCaseSensitivityCheck
580568 arguments :
581569 checkInternalClassCaseSensitivity : %checkInternalClassCaseSensitivity%
582570
583- -
584- class : PHPStan\Rules\ClassForbiddenNameCheck
585-
586571 -
587572 class : PHPStan\Rules\Classes\LocalTypeAliasesCheck
588573 arguments :
@@ -633,15 +618,6 @@ services:
633618 autowired :
634619 - PHPStan\Rules\Exceptions\DefaultExceptionTypeResolver
635620
636- -
637- class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInFunctionThrowsRule
638-
639- -
640- class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInMethodThrowsRule
641-
642- -
643- class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInPropertyHookThrowsRule
644-
645621 -
646622 class : PHPStan\Rules\Exceptions\MissingCheckedExceptionInThrowsCheck
647623 arguments :
@@ -727,9 +703,6 @@ services:
727703 reportMagicProperties : %reportMagicProperties%
728704 checkDynamicProperties : %checkDynamicProperties%
729705
730- -
731- class : PHPStan\Rules\Properties\UninitializedPropertyRule
732-
733706 -
734707 class : PHPStan\Rules\RuleLevelHelper
735708 arguments :
0 commit comments