Skip to content

Commit

Permalink
Merge pull request #10340 from robchett/RecursiveArrayIterator_stub_c…
Browse files Browse the repository at this point in the history
…orrection

Fix stub for RecursiveArrayIterator::getChildren
  • Loading branch information
orklah committed Nov 4, 2023
2 parents 302fb72 + 16c06b9 commit be48d10
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 be48d10

Please sign in to comment.