File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -780,9 +780,6 @@ services:
780780 class : PHPStan\Analyser\TypeSpecifier
781781 factory : @typeSpecifierFactory::create
782782
783- typeSpecifierFactory :
784- class : PHPStan\Analyser\TypeSpecifierFactory
785-
786783 relativePathHelper :
787784 class : PHPStan\File\RelativePathHelper
788785 factory : PHPStan\File\FuzzyRelativePathHelper
Original file line number Diff line number Diff line change 33namespace PHPStan \Analyser ;
44
55use PHPStan \Broker \BrokerFactory ;
6+ use PHPStan \DependencyInjection \AutowiredService ;
67use PHPStan \DependencyInjection \Container ;
78use PHPStan \Node \Printer \ExprPrinter ;
89use PHPStan \Php \PhpVersion ;
910use PHPStan \Reflection \ReflectionProvider ;
1011use function array_merge ;
1112
13+ #[AutowiredService(name: 'typeSpecifierFactory ' )]
1214final class TypeSpecifierFactory
1315{
1416
You can’t perform that action at this time.
0 commit comments