File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Includes the following helpers:
1414- [ Levex] ( https://github.com/nabeghe/levex-php ) <small >v1.0.1</small >
1515- [ Matcher] ( https://github.com/nabeghe/matcher-php ) <small > v1.0.0</small >
1616- [ Mem] ( https://github.com/nabeghe/mem-php ) <small >v1.2.0</small >
17- - [ Reflecty] ( https://github.com/nabeghe/reflecty-php ) <small >v0.5.0 </small >
17+ - [ Reflecty] ( https://github.com/nabeghe/reflecty-php ) <small >v0.5.1 </small >
1818- [ Servery] ( https://github.com/nabeghe/servery-php ) <small >v0.2.2</small >
1919- [ Shortnum] ( https://github.com/nabeghe/shortnum-php ) <small >v1.0.0</small >
2020- [ SimpleCipher] ( https://github.com/nabeghe/simple-cipher-php ) <small >v1.0.0</small >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ public function offsetExists($offset): bool
2727 return isset ($ this ->_ [$ offset ]);
2828 }
2929
30+ #[\ReturnTypeWillChange]
3031 public function offsetGet ($ offset )
3132 {
3233 return $ this ->_ [$ offset ] ?? null ;
You can’t perform that action at this time.
0 commit comments