8000 make return type correct · jeremyFreeAgent/symfony@32b5b9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 32b5b9e

Browse files
committed
make return type correct
1 parent 995d784 commit 32b5b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/FormView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function offsetUnset($name)
148148
/**
149149
* Returns an iterator to iterate over children (implements \IteratorAggregate).
150150
*
151-
* @return \ArrayIterator|FormView[] The iterator
151+
* @return \ArrayIterator<string, FormView> The iterator
152152
*/
153153
public function getIterator()
154154
{

0 commit comments

Comments
 (0)
0