Skip to content

Commit 7b70ca4

Browse files
committed
- Fix docu
1 parent bf4ae10 commit 7b70ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/internal/iteratoriterator.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class IteratorIterator implements OuterIterator
109109
*/
110110
function __call($func, $params)
111111
{
112-
return call_user_func_array(array($this->it, $func), $params);
112+
return call_user_func_array(array($this->iterator, $func), $params);
113113
}
114114

115115
/** The inner iterator must be private because when this class will be

0 commit comments

Comments
 (0)