Skip to content

Commit

Permalink
Add ReturnTypeWillChange attribute to Options::offsetGet
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup authored Mar 23, 2023
1 parent ac7a61b commit ea11ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function offsetExists($offset): bool
return array_key_exists($offset, $this->options);
}

#[\ReturnTypeWillChange]
/**
* {@inheritdoc}
*
Expand Down

0 comments on commit ea11ac4

Please sign in to comment.