Skip to content

Commit

Permalink
Wrong return type of getResult()
Browse files Browse the repository at this point in the history
  • Loading branch information
giginos authored Aug 12, 2016
1 parent 31a0c02 commit eb62ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/AbstractQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ public function getHydrationMode()
*
* @param int $hydrationMode
*
* @return array
* @return mixed
*/
public function getResult($hydrationMode = self::HYDRATE_OBJECT)
{
Expand Down

0 comments on commit eb62ae5

Please sign in to comment.