mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Merge pull request #10340 from robchett/RecursiveArrayIterator_stub_correction
Fix stub for RecursiveArrayIterator::getChildren
This commit is contained in:
commit
be48d10ce0
@ -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() {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user