Skip to content

Commit a9d3893

Browse files
authored
Fixed typo RecursiveIterator -> RecursiveIteratorIterator
1 parent 0c346b8 commit a9d3893

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)