Skip to content

Commit

Permalink
Fix stub for RecursiveArrayIterator::getChildren
Browse files Browse the repository at this point in the history
  • Loading branch information
robchett committed Nov 3, 2023
1 parent e6564c6 commit 16c06b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/CoreGenericIterators.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator
const CHILD_ARRAYS_ONLY = 4 ;

/**
* @return RecursiveArrayIterator<TKey, TValue>
* @return ?RecursiveArrayIterator<TKey, TValue>
*/
public function getChildren() {}

Expand Down

0 comments on commit 16c06b9

Please sign in to comment.