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 06eb773..cb4187c 100644 --- a/src/UtfString.php +++ b/src/UtfString.php @@ -96,7 +96,7 @@ class UtfString implements ArrayAccess * * @param int $offset the offset to be returned * - * @return string + * @return string|null */ public function offsetGet($offset) { |