Skip to content

Commit be48d10

Browse files
authored
Merge pull request #10340 from robchett/RecursiveArrayIterator_stub_correction
Fix stub for RecursiveArrayIterator::getChildren
2 parents 302fb72 + 16c06b9 commit be48d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/CoreGenericIterators.phpstub

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator
774774
const CHILD_ARRAYS_ONLY = 4 ;
775775

776776
/**
777-
* @return RecursiveArrayIterator<TKey, TValue>
777+
* @return ?RecursiveArrayIterator<TKey, TValue>
778778
*/
779779
public function getChildren() {}
780780

0 commit comments

Comments
 (0)