Skip to content

Commit 42414d7

Browse files
[4.4] Add missing @return annotations
1 parent 030c59d commit 42414d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Iterator/ExcludeDirectoryFilterIterator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ public function hasChildren()
7676
return $this->isRecursive && $this->iterator->hasChildren();
7777
}
7878

79+
/**
80+
* @return self
81+
*/
7982
public function getChildren()
8083
{
8184
$children = new self($this->iterator->getChildren(), []);

0 commit comments

Comments
 (0)