diff options
author | William Desportes <williamdes@wdes.fr> | 2019-12-31 21:22:47 +0100 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-12-31 21:22:55 +0100 |
commit | 1a4d30d5e0969d4102688ab911549d65ac26d547 (patch) | |
tree | cc1fb63fcf1a7d208dd4648cd5141b70e8ae1e39 /src/UtfString.php | |
parent | 32e2949754149176a1815ea00c2e9ec2ba29e5bd (diff) | |
parent | 3129c88d83b5978f1dbc1742420f46728d19b730 (diff) | |
download | sql-parser-1a4d30d5e0969d4102688ab911549d65ac26d547.zip sql-parser-1a4d30d5e0969d4102688ab911549d65ac26d547.tar.gz sql-parser-1a4d30d5e0969d4102688ab911549d65ac26d547.tar.bz2 |
Merge branch 'QA'
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 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) { |