Skip to content

Commit 22a9b30

Browse files
committed
Add param doc descriptions on ::psr4FromClass().
1 parent c2ff62b commit 22a9b30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ReflectionClassesIA/ReflectionClassesIA.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ public static function psr4Up(string $dir, string $namespace, int $nLevelsUp = 0
4747

4848
/**
4949
* @param class-string $class
50+
* Known class in the directory to be searched.
5051
* @param int $nLevelsUp
52+
* Depth of the class namespace relative to the search namespace.
5153
*
5254
* @return \Ock\ClassDiscovery\ReflectionClassesIA\ReflectionClassesIAInterface
5355
*/

0 commit comments

Comments
 (0)