1
0
mirror of synced 2025-03-14 00:26:08 +03:00

Merge pull request #5972 from giginos/patch-1

Wrong return type of getResult()
This commit is contained in:
Marco Pivetta 2016-09-07 23:31:19 +02:00 committed by GitHub
commit 35341769ea

View File

@ -718,7 +718,7 @@ abstract class AbstractQuery
*
* @param int $hydrationMode
*
* @return array
* @return mixed
*/
public function getResult($hydrationMode = self::HYDRATE_OBJECT)
{