We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Folks, i've found a wrong return type in a core method. Should be fixed to improve work with IDEs.
Affected file: https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/AbstractQuery.php
Affected method: public function getResult($hydrationMode = self::HYDRATE_OBJECT)
To be changed: The tag "@return array" should be set to "@return mixed" or something suitable.
Regards, Rafael
The text was updated successfully, but these errors were encountered:
@giginos you can edit https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/AbstractQuery.php and send the change back to us directly :-)
Sorry, something went wrong.
Wrong return type of getResult()
eb62ae5
@see doctrine#5971
Handled in #5972
f5bd4af
Ocramius
No branches or pull requests
Hi Folks,
i've found a wrong return type in a core method.
Should be fixed to improve work with IDEs.
Affected file: https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/AbstractQuery.php
Affected method:
public function getResult($hydrationMode = self::HYDRATE_OBJECT)
To be changed:
The tag "@return array" should be set to "@return mixed" or something suitable.
Regards,
Rafael
The text was updated successfully, but these errors were encountered: