We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921bad1 commit c24d2bbCopy full SHA for c24d2bb
stubs/Utils/ArrayHash.stub
@@ -3,14 +3,14 @@
3
namespace Nette\Utils;
4
5
/**
6
- * @implements \IteratorAggregate<mixed, mixed>
7
- * @implements \ArrayAccess<mixed, mixed>
+ * @implements \IteratorAggregate<array-key, mixed>
+ * @implements \ArrayAccess<array-key, mixed>
8
*/
9
class ArrayHash implements \ArrayAccess, \IteratorAggregate
10
{
11
12
13
- * @return \RecursiveArrayIterator<mixed, mixed>
+ * @return \RecursiveArrayIterator<array-key, mixed>
14
15
public function getIterator(): \RecursiveArrayIterator
16
0 commit comments