mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
revert to private
This commit is contained in:
parent
d0b253c346
commit
e323d7b155
@ -566,7 +566,7 @@ class Extension
|
||||
return [trim($staticLibString), trim($sharedLibString)];
|
||||
}
|
||||
|
||||
protected function getLibraryDependencies(bool $recursive = false): array
|
||||
private function getLibraryDependencies(bool $recursive = false): array
|
||||
{
|
||||
$ret = array_filter($this->dependencies, fn ($x) => $x instanceof LibraryBase);
|
||||
if (!$recursive) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user