@@ -230,9 +230,6 @@ services:
230
230
-
231
231
class : PhpParser\BuilderFactory
232
232
233
- -
234
- class : PHPStan\Parser\LexerFactory
235
-
236
233
-
237
234
class : PhpParser\NodeVisitor\NameResolver
238
235
arguments :
@@ -384,25 +381,10 @@ services:
384
381
-
385
382
class : PHPStan\PhpDocParser\Printer\Printer
386
383
387
- -
388
- class : PHPStan\PhpDoc\PhpDocStringResolver
389
-
390
- -
391
- class : PHPStan\PhpDoc\ConstExprNodeResolver
392
-
393
- -
394
- class : PHPStan\PhpDoc\TypeNodeResolver
395
-
396
384
-
397
385
class : PHPStan\PhpDoc\TypeNodeResolverExtensionRegistryProvider
398
386
factory : PHPStan\PhpDoc\LazyTypeNodeResolverExtensionRegistryProvider
399
387
400
- -
401
- class : PHPStan\PhpDoc\TypeStringResolver
402
-
403
- -
404
- class : PHPStan\PhpDoc\StubValidator
405
-
406
388
-
407
389
class : PHPStan\PhpDoc\DefaultStubFilesProvider
408
390
arguments :
@@ -411,21 +393,6 @@ services:
411
393
autowired :
412
394
- PHPStan\PhpDoc\StubFilesProvider
413
395
414
- -
415
- class : PHPStan\PhpDoc\JsonValidateStubFilesExtension
416
- tags :
417
- - phpstan.stubFilesExtension
418
-
419
- -
420
- class : PHPStan\PhpDoc\ReflectionClassStubFilesExtension
421
- tags :
422
- - phpstan.stubFilesExtension
423
-
424
- -
425
- class : PHPStan\PhpDoc\ReflectionEnumStubFilesExtension
426
- tags :
427
- - phpstan.stubFilesExtension
428
-
429
396
-
430
397
class : PHPStan\Analyser\Analyser
431
398
arguments :
@@ -441,32 +408,17 @@ services:
441
408
arguments :
442
409
parser : @defaultAnalysisParser
443
410
444
- -
445
- class : PHPStan\Analyser\IgnoreErrorExtensionProvider
446
-
447
- -
448
- class : PHPStan\Analyser\LocalIgnoresProcessor
449
-
450
- -
451
- class : PHPStan\Analyser\RuleErrorTransformer
452
-
453
411
-
454
412
class : PHPStan\Analyser\Ignore\IgnoredErrorHelper
455
413
arguments :
456
414
ignoreErrors : %ignoreErrors%
457
415
reportUnmatchedIgnoredErrors : %reportUnmatchedIgnoredErrors%
458
416
459
- -
460
- class : PHPStan\Analyser\Ignore\IgnoreLexer
461
-
462
417
-
463
418
class : PHPStan\Analyser\LazyInternalScopeFactory
464
419
autowired :
465
420
- PHPStan\Analyser\InternalScopeFactory
466
421
467
- -
468
- class : PHPStan\Analyser\ScopeFactory
469
-
470
422
-
471
423
class : PHPStan\Analyser\NodeScopeResolver
472
424
arguments :
@@ -486,9 +438,6 @@ services:
486
438
class : PHPStan\Analyser\ConstantResolver
487
439
factory : @PHPStan\Analyser\ConstantResolverFactory::create ()
488
440
489
- -
490
- class : PHPStan\Analyser\ConstantResolverFactory
491
-
492
441
-
493
442
implement : PHPStan\Analyser\ResultCache\ResultCacheManagerFactory
494
443
arguments :
@@ -511,9 +460,6 @@ services:
511
460
arguments :
512
461
cacheFilePath : %resultCachePath%
513
462
514
- -
515
- class : PHPStan\Analyser\RicherScopeGetTypeHelper
516
-
517
463
-
518
464
class : PHPStan\Cache\Cache
519
465
arguments :
@@ -523,15 +469,6 @@ services:
523
469
class : PHPStan\Collectors\Registry
524
470
factory : @PHPStan\Collectors\RegistryFactory::create
525
471
526
- -
527
- class : PHPStan\Collectors\RegistryFactory
528
-
529
- -
530
- class : PHPStan\Command\AnalyseApplication
531
-
532
- -
533
- class : PHPStan\Command\AnalyserRunner
534
-
535
472
-
536
473
class : PHPStan\Command\FixerApplication
537
474
arguments :
@@ -551,12 +488,6 @@ services:
551
488
arguments :
552
489
parser : @defaultAnalysisParser
553
490
554
- -
555
- class : PHPStan\Dependency\ExportedNodeResolver
556
-
557
- -
558
- class : PHPStan\Dependency\ExportedNodeVisitor
559
-
560
491
-
561
492
class : PHPStan\DependencyInjection\Container
562
493
factory : PHPStan\DependencyInjection\MemoizingContainer
@@ -684,12 +615,6 @@ services:
684
615
tags :
685
616
- phpstan.diagnoseExtension
686
617
687
- -
688
- class : PHPStan\Process\CpuCoreCounter
689
-
690
- -
691
- class : PHPStan\Reflection\AttributeReflectionFactory
692
-
693
618
-
694
619
implement : PHPStan\Reflection\FunctionReflectionFactory
695
620
arguments :
@@ -706,34 +631,22 @@ services:
706
631
-
707
632
class : PHPStan\Reflection\Annotations\AnnotationsPropertiesClassReflectionExtension
708
633
709
- -
710
- class : PHPStan\Reflection\BetterReflection\SourceLocator\CachingVisitor
711
-
712
634
-
713
635
class : PHPStan\Reflection\BetterReflection\SourceLocator\FileNodesFetcher
714
636
arguments :
715
637
parser : @defaultAnalysisParser
716
638
717
- -
718
- class : PHPStan\Reflection\BetterReflection\SourceLocator\ComposerJsonAndInstalledJsonSourceLocatorMaker
719
-
720
639
-
721
640
class : PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocatorFactory
722
641
arguments :
723
642
fileFinder : @fileFinderScan
724
643
725
- -
726
- class : PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocatorRepository
727
-
728
644
-
729
645
implement : PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedPsrAutoloaderLocatorFactory
730
646
731
647
-
732
648
implement : PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedSingleFileSourceLocatorFactory
733
649
734
- -
735
- class : PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedSingleFileSourceLocatorRepository
736
-
737
650
-
738
651
class : PHPStan\Reflection\BetterReflection\Type\AdapterReflectionEnumCaseDynamicReturnTypeExtension
739
652
arguments :
@@ -946,37 +859,17 @@ services:
946
859
checkClassCaseSensitivity : %checkClassCaseSensitivity%
947
860
checkThisOnly : %checkThisOnly%
948
861
949
- -
950
- class : PHPStan\Rules\FunctionReturnTypeCheck
951
- -
952
- class : PHPStan\Rules\ParameterCastableToStringCheck
953
-
954
- -
955
- class : PHPStan\Rules\Generics\CrossCheckInterfacesHelper
956
-
957
862
-
958
863
class : PHPStan\Rules\Generics\GenericAncestorsCheck
959
864
arguments :
960
865
skipCheckGenericClasses : %featureToggles.skipCheckGenericClasses%
961
866
checkMissingTypehints : %checkMissingTypehints%
962
867
963
- -
964
- class : PHPStan\Rules\Generics\GenericObjectTypeCheck
965
-
966
- -
967
- class : PHPStan\Rules\Generics\MethodTagTemplateTypeCheck
968
-
969
868
-
970
869
class : PHPStan\Rules\Generics\TemplateTypeCheck
971
870
arguments :
972
871
checkClassCaseSensitivity : %checkClassCaseSensitivity%
973
872
974
- -
975
- class : PHPStan\Rules\Generics\VarianceCheck
976
-
977
- -
978
- class : PHPStan\Rules\InternalTag\RestrictedInternalUsageHelper
979
-
980
873
-
981
874
class : PHPStan\Rules\IssetCheck
982
875
arguments :
@@ -1003,54 +896,24 @@ services:
1003
896
reportMaybes : %reportMaybesInMethodSignatures%
1004
897
reportStatic : %reportStaticMethodSignatures%
1005
898
1006
- -
1007
- class : PHPStan\Rules\Methods\MethodParameterComparisonHelper
1008
-
1009
- -
1010
- class : PHPStan\Rules\Methods\MethodVisibilityComparisonHelper
1011
-
1012
899
-
1013
900
class : PHPStan\Rules\MissingTypehintCheck
1014
901
arguments :
1015
902
checkMissingCallableSignature : %checkMissingCallableSignature%
1016
903
skipCheckGenericClasses : %featureToggles.skipCheckGenericClasses%
1017
904
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
-
1030
905
-
1031
906
class : PHPStan\Rules\PhpDoc\AssertRuleHelper
1032
907
arguments :
1033
908
checkMissingTypehints : %checkMissingTypehints%
1034
909
checkClassCaseSensitivity : %checkClassCaseSensitivity%
1035
910
1036
- -
1037
- class : PHPStan\Rules\PhpDoc\UnresolvableTypeHelper
1038
-
1039
- -
1040
- class : PHPStan\Rules\PhpDoc\GenericCallableRuleHelper
1041
-
1042
- -
1043
- class : PHPStan\Rules\PhpDoc\IncompatiblePhpDocTypeCheck
1044
-
1045
911
-
1046
912
class : PHPStan\Rules\PhpDoc\VarTagTypeRuleHelper
1047
913
arguments :
1048
914
checkTypeAgainstPhpDocType : %reportWrongPhpDocTypeInVarTag%
1049
915
strictWideningCheck : %reportAnyTypeWideningInVarTag%
1050
916
1051
- -
1052
- class : PHPStan\Rules\Playground\NeverRuleHelper
1053
-
1054
917
-
1055
918
class : PHPStan\Rules\Properties\AccessPropertiesCheck
1056
919
arguments :
@@ -1060,12 +923,6 @@ services:
1060
923
-
1061
924
class : PHPStan\Rules\Properties\UninitializedPropertyRule
1062
925
1063
- -
1064
- class : PHPStan\Rules\Properties\LazyReadWritePropertiesExtensionProvider
1065
-
1066
- -
1067
- class : PHPStan\Rules\Properties\PropertyDescriptor
1068
-
1069
926
-
1070
927
class : PHPStan\Rules\RuleLevelHelper
1071
928
arguments :
0 commit comments