Skip to content

Commit c24d2bb

Browse files
committed
Fix
1 parent 921bad1 commit c24d2bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: stubs/Utils/ArrayHash.stub

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
namespace Nette\Utils;
44

55
/**
6-
* @implements \IteratorAggregate<mixed, mixed>
7-
* @implements \ArrayAccess<mixed, mixed>
6+
* @implements \IteratorAggregate<array-key, mixed>
7+
* @implements \ArrayAccess<array-key, mixed>
88
*/
99
class ArrayHash implements \ArrayAccess, \IteratorAggregate
1010
{
1111

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

0 commit comments

Comments
 (0)