Skip to content

Commit

Permalink
Fix description.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 6, 2017
1 parent 8ae34f7 commit 20eaa16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ORM/Query.php
Expand Up @@ -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
Expand All @@ -894,6 +894,8 @@ public function enableHydration($enable)
}

/**
* Returns the current hydration mode.
*
* @return bool
*/
public function isHydrationEnabled()
Expand Down

0 comments on commit 20eaa16

Please sign in to comment.