Skip to content

Commit 6d1c6d7

Browse files
committed
Add PHPDocs
1 parent 08362fb commit 6d1c6d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SPC/builder/Extension.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,11 @@ public function isBuildStatic(): bool
486486
return $this->build_static;
487487
}
488488

489+
/**
490+
* Get the library dependencies that current extension depends on.
491+
*
492+
* @param bool $recursive Whether it includes dependencies recursively
493+
*/
489494
public function getLibraryDependencies(bool $recursive = false): array
490495
{
491496
$ret = array_filter($this->dependencies, fn ($x) => $x instanceof LibraryBase);

0 commit comments

Comments
 (0)