From ea11ac4f3bc9bae379a55df527dff243caa36c7a Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Thu, 23 Mar 2023 09:06:34 +0200 Subject: [PATCH] Add ReturnTypeWillChange attribute to Options::offsetGet --- src/Options.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Options.php b/src/Options.php index 52345c8..ce695c1 100644 --- a/src/Options.php +++ b/src/Options.php @@ -69,6 +69,7 @@ public function offsetExists($offset): bool return array_key_exists($offset, $this->options); } + #[\ReturnTypeWillChange] /** * {@inheritdoc} *