Skip to content

Commit 921bad1

Browse files
committed
Update ArrayHash stub with generic RecursiveArrayIterator
1 parent 325f1d3 commit 921bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Utils/ArrayHash.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ArrayHash implements \ArrayAccess, \IteratorAggregate
1010
{
1111

1212
/**
13-
* @return \RecursiveArrayIterator<mixed>
13+
* @return \RecursiveArrayIterator<mixed, mixed>
1414
*/
1515
public function getIterator(): \RecursiveArrayIterator
1616
{

0 commit comments

Comments
 (0)