1
0
mirror of synced 2025-03-06 21:06:16 +03:00

Wrong return type of getResult()

@see https://github.com/doctrine/doctrine2/issues/5971
This commit is contained in:
giginos 2016-08-12 16:26:08 +02:00 committed by GitHub
parent 31a0c02b06
commit eb62ae5933

View File

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