[Finder] fixed phpdoc

This commit is contained in:
Fabien Potencier 2010-05-14 09:18:42 +02:00
parent 569508adea
commit c757616fb7
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class LimitDepthFilterIterator extends \FilterIterator
*
* @param \Iterator $iterator The Iterator to filter
* @param integer $minDepth The minimum depth
* @param integer $maxDepth The maximum depth
*/
public function __construct(\RecursiveIteratorIterator $iterator, $minDepth, $maxDepth)
{