-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Documenting interface methods (based on entity manager) #870
Conversation
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DDC-2846 We use Jira to track the state of pull requests and the versions they got |
* | ||
* @param string $dql The DQL string. | ||
* | ||
* @return \Doctrine\ORM\Query |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for the FQCN
Also: if these docblocks are extracted from the EntityManager, can we get rid of them in the implementation by using |
Perfect @Ocramius, I'll do that changes. |
@Ocramius, I'll add the |
@lcobucci should be ok if they are 100% the same |
Done ;) |
Documenting interface methods (based on entity manager)
@Ocramius could you please merge this to branch |
No description provided.