Fix last bit phpstan error

main
Jordi Boggiano 2 years ago
parent 508ac051ec
commit 0b436de794
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -633,7 +633,7 @@ class Installer
$ghe = new GithubActionError($this->io);
$ghe->emit($err."\n".$prettyProblem);
return max(self::ERROR_GENERIC_FAILURE, $e->getCode());
return $e->getCode();
}
$lockTransaction->setNonDevPackages($nonDevLockTransaction);

Loading…
Cancel
Save