Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Feb 16, 2024
1 parent 3ead4df commit b3b58dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/ResolveClassesInPhpFileAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ResolveClassesInPhpFileAction

public function __construct()
{
$this->parser = (new ParserFactory())->createForHostVersion();
$this->parser = (new ParserFactory())->createForNewestSupportedVersion();
}

public function execute(SplFileInfo $file): array
Expand Down

0 comments on commit b3b58dc

Please sign in to comment.