Skip to content

Commit

Permalink
Set PHP version source (#69)
Browse files Browse the repository at this point in the history
This is due to Psalm internal API change.
  • Loading branch information
weirdan committed Nov 27, 2021
1 parent 260506d commit 32252bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnlineChecker.php
Expand Up @@ -35,7 +35,7 @@ public static function getResults(
$output_options
);

$project_checker->setPhpVersion($php_version);
$project_checker->setPhpVersion($php_version, 'cli');

$codebase = $project_checker->getCodebase();
$codebase->config->initializePlugins($project_checker);
Expand Down

0 comments on commit 32252bc

Please sign in to comment.