Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 8 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /