Skip to content

Commit 111d9bc

Browse files
ro0NLnicolas-grekas
authored andcommitted
[Finder] Update PHPdoc append()
1 parent b954fbc commit 111d9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Finder/Finder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ public function getIterator()
699699
*
700700
* The set can be another Finder, an Iterator, an IteratorAggregate, or even a plain array.
701701
*
702-
* @param mixed $iterator
702+
* @param iterable $iterator
703703
*
704704
* @return $this
705705
*
@@ -751,7 +751,7 @@ private function sortAdapters()
751751
}
752752

753753
/**
754-
* @param $dir
754+
* @param string $dir
755755
*
756756
* @return \Iterator
757757
*/

0 commit comments

Comments
 (0)