-
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
Documentation fixes #528
Documentation fixes #528
Conversation
Hello, thank you for positing this Pull Request. I have automatically opened an issue on our Jira Bug Tracker for you with the details of this Pull-Request. See the Link: |
👍 and thanks for this work |
Fixed missed documentation issues in Doctrine\ORM
I'm continuing this work, please do review the changes and let me know if you have any comment! |
@@ -4,7 +4,7 @@ | |||
|
|||
class DbalFunctionalTestCase extends DbalTestCase | |||
{ | |||
/* Shared connection when a TestCase is run alone (outside of it's functional suite) */ | |||
/* Shared connection when a TestCase is run alone (outside of its functional suite) */ |
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.
Should probably have @var
(not really relevant though)
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.
Thanks for your comment. It is relevant actually, but I have just not processed this file yet.
I understand this can be confusing, but I've fixed the it's => its
mistakes as a separate commit, that spanned the whole repository, while I work on docblocks on a file-by-file basis.
I'll continue working on the individual files, and when I'll have reviewed all the project, I'll let you know here!
I think this is pretty much done.
The first reason being that most test methods don't really need a doc (apart from I welcome all your comments on these commits, especially on Although it's been used quite a lot in Doctrine, I couldn't find any documentation on Waiting for your feedback on all of this, guys. Cheers! |
Thank you for all the hard work! |
This is a first batch of documentation fixes:
@param
/@return
/@throws
annotations@param
annotationsI'm willing to make more documentation fixes on this project, but I'll wait for your feedback on this first batch before moving forward!
Let me know if you have any comment / suggestion / question.