From ed4894eef2c68f9fe4444a891570d868d29af51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Sun, 11 Jan 2015 15:30:47 +0100 Subject: [PATCH] Improved doc block --- src/Database/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Query.php b/src/Database/Query.php index e861181f3bb..0fde8e2476e 100644 --- a/src/Database/Query.php +++ b/src/Database/Query.php @@ -1602,7 +1602,7 @@ public function valueBinder($binder = null) * If called with no arguments, it will return whether or not buffering is * enabled. * - * @param bool $enable whether or not to enable buffering + * @param bool|null $enable whether or not to enable buffering * @return bool|$this */ public function bufferResults($enable = null)