Skip to content

Commit 6b2922d

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: use brace-style regex delimiters Fixed typo RecursiveIterator -> RecursiveIteratorIterator [Validator] make phpdoc of ObjectInitializerInterface interface more accurate
2 parents 7de5fd8 + a9d3893 commit 6b2922d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/InheritDataAwareIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Contrary to \ArrayIterator, this iterator recognizes changes in the original
1818
* array during iteration.
1919
*
20-
* You can wrap the iterator into a {@link \RecursiveIterator} in order to
20+
* You can wrap the iterator into a {@link \RecursiveIteratorIterator} in order to
2121
* enter any child form that inherits its parent's data and iterate the children
2222
* of that form as well.
2323
*

0 commit comments

Comments
 (0)