mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
oops
This commit is contained in:
@@ -344,7 +344,7 @@ class PackageInstaller
|
|||||||
if ($this->isBuildPackage($package)) {
|
if ($this->isBuildPackage($package)) {
|
||||||
return $package->isInstalled();
|
return $package->isInstalled();
|
||||||
}
|
}
|
||||||
if ($package->getArtifact() !== null && $package->getArtifact()->hasPlatformBinary()) {
|
if ($package->getArtifact() !== null && $package->getArtifact()->shouldUseBinary()) {
|
||||||
$artifact = $package->getArtifact();
|
$artifact = $package->getArtifact();
|
||||||
return $artifact->isBinaryExtracted();
|
return $artifact->isBinaryExtracted();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user