1
0
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:
orklah 2023-11-04 09:55:37 +01:00 committed by GitHub
commit be48d10ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {}