diff options
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 e2f269a..a2d6705 100644 --- a/src/Utils/BufferedQuery.php +++ b/src/Utils/BufferedQuery.php @@ -131,7 +131,7 @@ class BufferedQuery * * @param bool $end whether the end of the buffer was reached * - * @return string + * @return string|false */ public function extract($end = false) { |