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 5640f86 commit a6f46f7Copy full SHA for a6f46f7
Util/OrderedHashMapIterator.php
@@ -105,7 +105,7 @@ public function __destruct()
105
/**
106
* {@inheritdoc}
107
*
108
- * @return TValue|null
+ * @return mixed
109
*/
110
#[\ReturnTypeWillChange]
111
public function current()
@@ -132,7 +132,7 @@ public function next(): void
132
133
134
135
- * @return TKey|null
136
137
138
public function key()
0 commit comments