Skip to content

Commit dd62e07

Browse files
committed
Fix Rector
1 parent abba02f commit dd62e07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf/config.neon

+2-1
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,8 @@ services:
11861186
class: PHPStan\Parser\PhpParserDecorator
11871187
arguments:
11881188
wrappedParser: @PHPStan\Parser\Parser
1189-
autowired: no
1189+
autowired:
1190+
- PhpParser\Parser
11901191

11911192
currentPhpVersionLexer:
11921193
class: PhpParser\Lexer

0 commit comments

Comments
 (0)