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 994dd48 commit 8ec0f29Copy full SHA for 8ec0f29
src/AutoDecoder.php
@@ -53,7 +53,7 @@ public function __construct($ast)
53
54
public static function parseFile($code)
55
{
56
- $parser = (new ParserFactory())->create(ParserFactory::PREFER_PHP7);
+ $parser = (new ParserFactory())->create(ParserFactory::PREFER_PHP5);
57
$ast = $parser->parse($code);
58
return $ast;
59
}
0 commit comments