summaryrefslogtreecommitdiffstats
path: root/src/UtfString.php
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-12-31 21:22:47 +0100
committerWilliam Desportes <williamdes@wdes.fr>2019-12-31 21:22:55 +0100
commit1a4d30d5e0969d4102688ab911549d65ac26d547 (patch)
treecc1fb63fcf1a7d208dd4648cd5141b70e8ae1e39 /src/UtfString.php
parent32e2949754149176a1815ea00c2e9ec2ba29e5bd (diff)
parent3129c88d83b5978f1dbc1742420f46728d19b730 (diff)
downloadsql-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.php2
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)
{