Skip to content

Commit

Permalink
make return type correct
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslavstartsev committed Aug 8, 2020
1 parent 995d784 commit 32b5b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/FormView.php
Expand Up @@ -148,7 +148,7 @@ public function offsetUnset($name)
/**
* Returns an iterator to iterate over children (implements \IteratorAggregate).
*
* @return \ArrayIterator|FormView[] The iterator
* @return \ArrayIterator<string, FormView> The iterator
*/
public function getIterator()
{
Expand Down

0 comments on commit 32b5b9e

Please sign in to comment.