1
0
Fork 0

Fix last bit phpstan error

pull/10449/head
Jordi Boggiano 2022-01-07 09:29:35 +01:00
parent 508ac051ec
commit 0b436de794
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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);