diff --git a/src/FakeMap.php b/src/FakeMap.php index e084334..e18306e 100644 --- a/src/FakeMap.php +++ b/src/FakeMap.php @@ -60,6 +60,7 @@ public static function parse($input): ?self ); } + #[\ReturnTypeWillChange] /** * @return mixed */ @@ -73,6 +74,7 @@ public function next(): void next($this->_map); } + #[\ReturnTypeWillChange] /** * @return bool|float|int|string|null */ @@ -103,6 +105,7 @@ public function offsetExists($offset): bool return isset($this->_map[$offset]) || \array_key_exists($offset, $this->_map); } + #[\ReturnTypeWillChange] /** * @param mixed $offset * @return mixed