@@ -345,30 +345,6 @@ services:
345345 -
346346 implement : PHPStan\File\FileExcluderRawFactory
347347
348- fileExcluderAnalyse :
349- class : PHPStan\File\FileExcluder
350- factory : @PHPStan\File\FileExcluderFactory::createAnalyseFileExcluder ()
351- autowired : false
352-
353- fileExcluderScan :
354- class : PHPStan\File\FileExcluder
355- factory : @PHPStan\File\FileExcluderFactory::createScanFileExcluder ()
356- autowired : false
357-
358- fileFinderAnalyse :
359- class : PHPStan\File\FileFinder
360- arguments :
361- fileExcluder : @fileExcluderAnalyse
362- fileExtensions : %fileExtensions%
363- autowired : false
364-
365- fileFinderScan :
366- class : PHPStan\File\FileFinder
367- arguments :
368- fileExcluder : @fileExcluderScan
369- fileExtensions : %fileExtensions%
370- autowired : false
371-
372348 -
373349 implement : PHPStan\Reflection\FunctionReflectionFactory
374350 arguments :
@@ -415,12 +391,6 @@ services:
415391 autowired :
416392 - PHPStan\Rules\Exceptions\DefaultExceptionTypeResolver
417393
418- stubFileTypeMapper :
419- class : PHPStan\Type\FileTypeMapper
420- arguments :
421- phpParser : @stubParser
422- autowired : false
423-
424394 -
425395 class : PHPStan\Type\TypeAliasResolver
426396 factory : PHPStan\Type\UsefulTypeAliasResolver
@@ -460,70 +430,13 @@ services:
460430 parentDirectory : %currentWorkingDirectory%
461431 autowired : false
462432
463- cacheStorage :
464- class : PHPStan\Cache\FileCacheStorage
465- arguments :
466- directory : %tmpDir%/cache/PHPStan
467- autowired : no
468-
469- currentPhpVersionRichParser :
470- class : PHPStan\Parser\RichParser
471- arguments :
472- parser : @currentPhpVersionPhpParser
473- autowired : no
474-
475- currentPhpVersionSimpleParser :
476- class : PHPStan\Parser\CleaningParser
477- arguments :
478- wrappedParser : @currentPhpVersionSimpleDirectParser
479- autowired : no
480-
481- currentPhpVersionSimpleDirectParser :
482- class : PHPStan\Parser\SimpleParser
483- arguments :
484- parser : @currentPhpVersionPhpParser
485- autowired : no
486-
487- defaultAnalysisParser :
488- class : PHPStan\Parser\CachedParser
489- arguments :
490- originalParser : @pathRoutingParser
491- cachedNodesByStringCountMax : %cache.nodesByStringCountMax%
492- autowired : false
493-
494- phpParserDecorator :
495- class : PHPStan\Parser\PhpParserDecorator
496- arguments :
497- wrappedParser : @defaultAnalysisParser
498- autowired : false
499-
500- currentPhpVersionLexer :
501- class : PhpParser\Lexer
502- factory : @PHPStan\Parser\LexerFactory::create ()
503- autowired : false
504-
505- currentPhpVersionPhpParser :
506- factory : @currentPhpVersionPhpParserFactory::create ()
507- autowired : false
508-
509- currentPhpVersionPhpParserFactory :
510- class : PHPStan\Parser\PhpParserFactory
511- arguments :
512- lexer : @currentPhpVersionLexer
513- autowired : false
514-
515433 registry :
516434 class : PHPStan\Rules\LazyRegistry
517435 autowired :
518436 - PHPStan\Rules\Registry
519437
520438 # Reflection providers
521439
522- reflectionProvider :
523- factory : @PHPStan\Reflection\ReflectionProvider\ReflectionProviderFactory::create
524- autowired :
525- - PHPStan\Reflection\ReflectionProvider
526-
527440 betterReflectionReflector :
528441 class : PHPStan\Reflection\BetterReflection\Reflector\MemoizingReflector
529442 arguments :
@@ -551,32 +464,6 @@ services:
551464 autowired :
552465 - PHPStan\BetterReflection\SourceLocator\SourceStubber\ReflectionSourceStubber
553466
554- php8Lexer :
555- class : PhpParser\Lexer\Emulative
556- factory : @PHPStan\Parser\LexerFactory::createEmulative ()
557- autowired : false
558-
559- php8PhpParser :
560- class : PhpParser\Parser\Php8
561- arguments :
562- lexer : @php8Lexer
563- autowired : false
564-
565- php8Parser :
566- class : PHPStan\Parser\SimpleParser
567- arguments :
568- parser : @php8PhpParser
569- autowired : false
570-
571- pathRoutingParser :
572- class : PHPStan\Parser\PathRoutingParser
573- arguments :
574- currentPhpVersionRichParser : @currentPhpVersionRichParser
575- currentPhpVersionSimpleParser : @currentPhpVersionSimpleParser
576- php8Parser : @php8Parser
577- singleReflectionFile : %singleReflectionFile%
578- autowired : false
579-
580467 freshStubParser :
581468 class : PHPStan\Parser\StubParser
582469 arguments :
0 commit comments