From 20eaa168a39b903a2d95ef11e112e4ff6d16f565 Mon Sep 17 00:00:00 2001 From: Mark Sch Date: Fri, 6 Jan 2017 15:02:51 +0100 Subject: [PATCH] Fix description. --- src/ORM/Query.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ORM/Query.php b/src/ORM/Query.php index 5517fefd147..5113ababf1a 100644 --- a/src/ORM/Query.php +++ b/src/ORM/Query.php @@ -880,7 +880,7 @@ public function counter($counter) /** * 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 @@ public function enableHydration($enable) } /** + * Returns the current hydration mode. + * * @return bool */ public function isHydrationEnabled()