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:
780
780
class : PHPStan\Analyser\TypeSpecifier
781
781
factory : @typeSpecifierFactory::create
782
782
783
- typeSpecifierFactory :
784
- class : PHPStan\Analyser\TypeSpecifierFactory
785
-
786
783
relativePathHelper :
787
784
class : PHPStan\File\RelativePathHelper
788
785
factory : PHPStan\File\FuzzyRelativePathHelper
Original file line number Diff line number Diff line change 3
3
namespace PHPStan \Analyser ;
4
4
5
5
use PHPStan \Broker \BrokerFactory ;
6
+ use PHPStan \DependencyInjection \AutowiredService ;
6
7
use PHPStan \DependencyInjection \Container ;
7
8
use PHPStan \Node \Printer \ExprPrinter ;
8
9
use PHPStan \Php \PhpVersion ;
9
10
use PHPStan \Reflection \ReflectionProvider ;
10
11
use function array_merge ;
11
12
13
+ #[AutowiredService(name: 'typeSpecifierFactory ' )]
12
14
final class TypeSpecifierFactory
13
15
{
14
16
You can’t perform that action at this time.
0 commit comments