Browse Source

Fix description.

Mark Sch 9 years ago
parent
commit
20eaa168a3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/ORM/Query.php

+ 3 - 1
src/ORM/Query.php

@@ -880,7 +880,7 @@ class Query extends DatabaseQuery implements JsonSerializable, QueryInterface
     /**
      * Toggle hydrating entities.
      *
-     * If set to false array results will be returned.
+     * If set to false array results will be returned for the query.
      *
      * @param bool $enable Use a boolean to set the hydration mode.
      * @return self
@@ -894,6 +894,8 @@ class Query extends DatabaseQuery implements JsonSerializable, QueryInterface
     }
 
     /**
+     * Returns the current hydration mode.
+     *
      * @return bool
      */
     public function isHydrationEnabled()