Skip to content

Commit a4d4781

Browse files
VincentLangletondrejmirtes
authored andcommitted
Fix FormView::getIterator return type
1 parent 716a70d commit a4d4781

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stubs/Symfony/Component/Form/FormView.stub

+8
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ use IteratorAggregate;
1111
*/
1212
class FormView implements ArrayAccess, IteratorAggregate
1313
{
14+
15+
/**
16+
* Returns an iterator to iterate over children (implements \IteratorAggregate).
17+
*
18+
* @return \ArrayIterator<string, FormView> The iterator
19+
*/
20+
public function getIterator();
21+
1422
}

0 commit comments

Comments
 (0)