Skip to content

Commit fd75e48

Browse files
staabmsebastianbergmann
authored andcommitted
Added Directory->getIterator() return type
1 parent cdb5bd2 commit fd75e48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Node/Directory.php

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ public function count(): int
8686
return $this->numFiles;
8787
}
8888

89+
/**
90+
* @return RecursiveIteratorIterator<Iterator<AbstractNode>>
91+
*/
8992
public function getIterator(): RecursiveIteratorIterator
9093
{
9194
return new RecursiveIteratorIterator(

0 commit comments

Comments
 (0)