@@ -460,9 +460,6 @@ services:
460460 arguments :
461461 cacheFilePath : %resultCachePath%
462462
463- -
464- class : PHPStan\Analyser\RicherScopeGetTypeHelper
465-
466463 -
467464 class : PHPStan\Cache\Cache
468465 arguments :
@@ -472,15 +469,6 @@ services:
472469 class : PHPStan\Collectors\Registry
473470 factory : @PHPStan\Collectors\RegistryFactory::create
474471
475- -
476- class : PHPStan\Collectors\RegistryFactory
477-
478- -
479- class : PHPStan\Command\AnalyseApplication
480-
481- -
482- class : PHPStan\Command\AnalyserRunner
483-
484472 -
485473 class : PHPStan\Command\FixerApplication
486474 arguments :
@@ -500,12 +488,6 @@ services:
500488 arguments :
501489 parser : @defaultAnalysisParser
502490
503- -
504- class : PHPStan\Dependency\ExportedNodeResolver
505-
506- -
507- class : PHPStan\Dependency\ExportedNodeVisitor
508-
509491 -
510492 class : PHPStan\DependencyInjection\Container
511493 factory : PHPStan\DependencyInjection\MemoizingContainer
@@ -633,12 +615,6 @@ services:
633615 tags :
634616 - phpstan.diagnoseExtension
635617
636- -
637- class : PHPStan\Process\CpuCoreCounter
638-
639- -
640- class : PHPStan\Reflection\AttributeReflectionFactory
641-
642618 -
643619 implement : PHPStan\Reflection\FunctionReflectionFactory
644620 arguments :
0 commit comments