Skip to content

Commit e323d7b

Browse files
committed
revert to private
1 parent d0b253c commit e323d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ protected function splitLibsIntoStaticAndShared(string $allLibs): array
566566
return [trim($staticLibString), trim($sharedLibString)];
567567
}
568568

569-
protected function getLibraryDependencies(bool $recursive = false): array
569+
private function getLibraryDependencies(bool $recursive = false): array
570570
{
571571
$ret = array_filter($this->dependencies, fn ($x) => $x instanceof LibraryBase);
572572
if (!$recursive) {

0 commit comments

Comments
 (0)