We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a886db commit 59c0423Copy full SHA for 59c0423
conf/config.neon
@@ -1289,7 +1289,7 @@ services:
1289
-
1290
class: Roave\BetterReflection\SourceLocator\SourceStubber\PhpStormStubsSourceStubber
1291
arguments:
1292
- phpParser: @phpParserDecorator
+ phpParser: @php8Parser
1293
phpVersionId: %phpVersion%
1294
autowired:
1295
- Roave\BetterReflection\SourceLocator\SourceStubber\PhpStormStubsSourceStubber
@@ -1299,6 +1299,16 @@ services:
1299
1300
- Roave\BetterReflection\SourceLocator\SourceStubber\ReflectionSourceStubber
1301
1302
+ php8Lexer:
1303
+ class: PhpParser\Lexer\Emulative
1304
+ autowired: false
1305
+
1306
+ php8Parser:
1307
+ class: PhpParser\Parser\Php7
1308
+ arguments:
1309
+ lexer: @php8Lexer
1310
1311
1312
# Error formatters
1313
1314
errorFormatter.raw:
0 commit comments