File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1289,7 +1289,7 @@ services:
12891289-
12901290class : Roave\BetterReflection\SourceLocator\SourceStubber\PhpStormStubsSourceStubber
12911291arguments :
1292- phpParser : @phpParserDecorator
1292+ phpParser : @php8Parser
12931293phpVersionId : %phpVersion%
12941294autowired :
12951295- Roave\BetterReflection\SourceLocator\SourceStubber\PhpStormStubsSourceStubber
@@ -1299,6 +1299,16 @@ services:
12991299autowired :
13001300- Roave\BetterReflection\SourceLocator\SourceStubber\ReflectionSourceStubber
13011301
1302+ php8Lexer :
1303+ class : PhpParser\Lexer\Emulative
1304+ autowired : false
1305+
1306+ php8Parser :
1307+ class : PhpParser\Parser\Php7
1308+ arguments :
1309+ lexer : @php8Lexer
1310+ autowired : false
1311+
13021312# Error formatters
13031313
13041314errorFormatter.raw :
You can’t perform that action at this time.
0 commit comments