We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b253c commit e323d7bCopy full SHA for e323d7b
src/SPC/builder/Extension.php
@@ -566,7 +566,7 @@ protected function splitLibsIntoStaticAndShared(string $allLibs): array
566
return [trim($staticLibString), trim($sharedLibString)];
567
}
568
569
- protected function getLibraryDependencies(bool $recursive = false): array
+ private function getLibraryDependencies(bool $recursive = false): array
570
{
571
$ret = array_filter($this->dependencies, fn ($x) => $x instanceof LibraryBase);
572
if (!$recursive) {
0 commit comments