diff options
author | William Desportes <williamdes@wdes.fr> | 2019-12-31 21:13:48 +0100 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-12-31 21:22:17 +0100 |
commit | 3129c88d83b5978f1dbc1742420f46728d19b730 (patch) | |
tree | de198a522805284dd3307121bfa5d5028abfb3bb /src/UtfString.php | |
parent | 365f75845cc0ea38e03dc7ebfe54cf1405242299 (diff) | |
download | sql-parser-3129c88d83b5978f1dbc1742420f46728d19b730.zip sql-parser-3129c88d83b5978f1dbc1742420f46728d19b730.tar.gz sql-parser-3129c88d83b5978f1dbc1742420f46728d19b730.tar.bz2 |
Fix phpdoc using phpstan level 3
Signed-off-by: William Desportes <williamdes@wdes.fr>
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) { |