[Form] fix iterator typehint

This commit is contained in:
Tobias Schultze 2013-09-04 00:28:35 +02:00
parent a14ba2b65d
commit f438ac3843
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ class Form implements \IteratorAggregate, FormInterface
/**
* Returns the iterator for this group.
*
* @return \Iterator
* @return \Traversable
*/
public function getIterator()
{