diff --git a/src/Components/NestedAccessor.php b/src/Components/NestedAccessor.php index 2b670c5..c963a68 100644 --- a/src/Components/NestedAccessor.php +++ b/src/Components/NestedAccessor.php @@ -424,6 +424,7 @@ public function offsetExists($offset): bool * * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return $this->get($offset);