Browse Source

Improved doc block

José Lorenzo Rodríguez 11 years ago
parent
commit
ed4894eef2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Query.php

+ 1 - 1
src/Database/Query.php

@@ -1602,7 +1602,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      * 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)