Skip to content

Commit bb46a04

Browse files
committed
Fix
1 parent 56dabbd commit bb46a04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extractor/extract.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
require_once __DIR__ . '/vendor/autoload.php';
2525

26-
$parser = (new ParserFactory)->create(ParserFactory::ONLY_PHP7);
26+
$parserFactory = new ParserFactory();
27+
$parser = $parserFactory->createForHostVersion();
2728

2829
$command = new class(
2930
$parser,

0 commit comments

Comments
 (0)