Merge pull request #5972 from giginos/patch-1
Wrong return type of getResult()
This commit is contained in:
commit
35341769ea
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ abstract class AbstractQuery
|
|||
*
|
||||
* @param int $hydrationMode
|
||||
*
|
||||
* @return array
|
||||
* @return mixed
|
||||
*/
|
||||
public function getResult($hydrationMode = self::HYDRATE_OBJECT)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue