Skip to content

Commit 6407cd3

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: mark the AssertingContextualValidator class as internal make return type correct
2 parents e41d6ce + 58a84f6 commit 6407cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)