Skip to content

Commit

Permalink
make return type correct
Browse files Browse the repository at this point in the history
  • Loading branch information
vv12131415 committed Aug 8, 2020
1 parent d9c944e commit 7129606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 7129606

Please sign in to comment.