diff options
Diffstat (limited to 'src/UtfString.php')
-rw-r--r-- | src/UtfString.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UtfString.php b/src/UtfString.php index 58905f3..5127b5b 100644 --- a/src/UtfString.php +++ b/src/UtfString.php @@ -99,7 +99,7 @@ class UtfString implements \ArrayAccess * * @param int $offset the offset to be returned * - * @return string + * @return string|null */ public function offsetGet($offset) { |