Skip to content

Commit ea11ac4

Browse files
authored
Add ReturnTypeWillChange attribute to Options::offsetGet
1 parent ac7a61b commit ea11ac4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Options.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function offsetExists($offset): bool
6969
return array_key_exists($offset, $this->options);
7070
}
7171

72+
#[\ReturnTypeWillChange]
7273
/**
7374
* {@inheritdoc}
7475
*

0 commit comments

Comments
 (0)