Skip to content

Commit f654941

Browse files
committed
Reflecty 0.5.1
1 parent c215c4b commit f654941

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/Reflecty/Meta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)