Skip to content

Commit 4c54e27

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [Sendgrid-Mailer] Fixed envelope recipients on sendgridApiTransport mark the AssertingContextualValidator class as internal Fix the parameter names in the SecurityFactoryInterface::create() method [Serializer][ClassDiscriminatorMapping] Fix getMappedObjectType() when a discriminator child extends another one make return type correct
2 parents f2ae1e2 + 6407cd3 commit 4c54e27

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)