[Form] fix iterator typehint

This commit is contained in:
Tobias Schultze 2013-09-04 00:28:35 +02:00
parent a14ba2b65d
commit f438ac3843

View File

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