We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e0c9d commit 83ec5a7Copy full SHA for 83ec5a7
extractor/extract.php
@@ -28,7 +28,7 @@
28
29
$command = new class(
30
$parser,
31
- new \PhpParser\PrettyPrinter\Standard()
+ new \PhpParser\PrettyPrinter\Standard(['phpVersion' => \PhpParser\PhpVersion::fromComponents(8, 0)])
32
) extends Command {
33
34
/** @var \PhpParser\Parser */
0 commit comments