@@ -345,30 +345,6 @@ services:
345
345
-
346
346
implement : PHPStan\File\FileExcluderRawFactory
347
347
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
-
372
348
-
373
349
implement : PHPStan\Reflection\FunctionReflectionFactory
374
350
arguments :
@@ -415,12 +391,6 @@ services:
415
391
autowired :
416
392
- PHPStan\Rules\Exceptions\DefaultExceptionTypeResolver
417
393
418
- stubFileTypeMapper :
419
- class : PHPStan\Type\FileTypeMapper
420
- arguments :
421
- phpParser : @stubParser
422
- autowired : false
423
-
424
394
-
425
395
class : PHPStan\Type\TypeAliasResolver
426
396
factory : PHPStan\Type\UsefulTypeAliasResolver
@@ -460,70 +430,13 @@ services:
460
430
parentDirectory : %currentWorkingDirectory%
461
431
autowired : false
462
432
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
-
515
433
registry :
516
434
class : PHPStan\Rules\LazyRegistry
517
435
autowired :
518
436
- PHPStan\Rules\Registry
519
437
520
438
# Reflection providers
521
439
522
- reflectionProvider :
523
- factory : @PHPStan\Reflection\ReflectionProvider\ReflectionProviderFactory::create
524
- autowired :
525
- - PHPStan\Reflection\ReflectionProvider
526
-
527
440
betterReflectionReflector :
528
441
class : PHPStan\Reflection\BetterReflection\Reflector\MemoizingReflector
529
442
arguments :
@@ -551,32 +464,6 @@ services:
551
464
autowired :
552
465
- PHPStan\BetterReflection\SourceLocator\SourceStubber\ReflectionSourceStubber
553
466
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
-
580
467
freshStubParser :
581
468
class : PHPStan\Parser\StubParser
582
469
arguments :
0 commit comments