Skip to content

Commit 16c06b9

Browse files
committed
Fix stub for RecursiveArrayIterator::getChildren
1 parent e6564c6 commit 16c06b9

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)