Skip to content

Commit e82b3ce

Browse files
committed
Add #[\ReturnTypeWillChange] attribute for PHP8.1
1 parent 6aa172e commit e82b3ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/OptionStack.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public function offsetExists($offset): bool
6363
* @param mixed $offset
6464
* @return mixed
6565
*/
66+
#[\ReturnTypeWillChange]
6667
public function offsetGet($offset)
6768
{
6869
return $this->options[$offset] ?? '';

0 commit comments

Comments
 (0)