[Finder] Update PHPdoc append()

This commit is contained in:
Roland Franssen 2018-08-30 10:00:46 +02:00 committed by Nicolas Grekas
parent b954fbcf16
commit 111d9bc6f5

View File

@ -699,7 +699,7 @@ class Finder implements \IteratorAggregate, \Countable
*
* The set can be another Finder, an Iterator, an IteratorAggregate, or even a plain array.
*
* @param mixed $iterator
* @param iterable $iterator
*
* @return $this
*
@ -751,7 +751,7 @@ class Finder implements \IteratorAggregate, \Countable
}
/**
* @param $dir
* @param string $dir
*
* @return \Iterator
*/