diff --git a/src/Console/OptionStack.php b/src/Console/OptionStack.php index 1d17a60..9a60c2a 100644 --- a/src/Console/OptionStack.php +++ b/src/Console/OptionStack.php @@ -63,6 +63,7 @@ public function offsetExists($offset): bool * @param mixed $offset * @return mixed */ + #[\ReturnTypeWillChange] public function offsetGet($offset) { return $this->options[$offset] ?? '';