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/Utils/BufferedQuery.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/Utils/BufferedQuery.php')
-rw-r--r-- | src/Utils/BufferedQuery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/BufferedQuery.php b/src/Utils/BufferedQuery.php index db9c4e5..7361949 100644 --- a/src/Utils/BufferedQuery.php +++ b/src/Utils/BufferedQuery.php @@ -137,7 +137,7 @@ class BufferedQuery * * @param bool $end whether the end of the buffer was reached * - * @return string + * @return string|false */ public function extract($end = false) { |