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 2fa151a commit 9fe1d63Copy full SHA for 9fe1d63
1 file changed
src/FakeMap.php
@@ -60,6 +60,7 @@ public static function parse($input): ?self
60
);
61
}
62
63
+ #[\ReturnTypeWillChange]
64
/**
65
* @return mixed
66
*/
@@ -73,6 +74,7 @@ public function next(): void
73
74
next($this->_map);
75
76
77
78
79
* @return bool|float|int|string|null
80
@@ -103,6 +105,7 @@ public function offsetExists($offset): bool
103
105
return isset($this->_map[$offset]) || \array_key_exists($offset, $this->_map);
104
106
107
108
109
110
* @param mixed $offset
111
0 commit comments