diff --git a/src/Symfony/Component/Form/Form.php b/src/Symfony/Component/Form/Form.php index 767232392c..5399cc99cc 100644 --- a/src/Symfony/Component/Form/Form.php +++ b/src/Symfony/Component/Form/Form.php @@ -938,7 +938,7 @@ class Form implements \IteratorAggregate, FormInterface /** * Returns the iterator for this group. * - * @return \Iterator + * @return \Traversable */ public function getIterator() {