-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[2.3] [Contributing] [CS] Added missing docblocks in code snippet #5560
Conversation
phansys
commented
Jul 24, 2015
Q | A |
---|---|
Doc fix? | no |
New docs? | no |
Applies to | |
Fixed tickets |
* @param string $dummy Some argument description | ||
* Transforms the input given as first argument. | ||
* | ||
* @param string $dummy Some argument description | ||
* @param array $options |
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.
What about a description for the $options
argument and the exception?
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.
@xabbuh, updated.
| Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | | Fixed tickets |
👍 (although we have a very weird example here now, we might need to rewrite it and have something more logical in the future...) |
👍 |
👍 |
Thank you Javier. |
… snippet (phansys) This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5560). Discussion ---------- [2.3] [Contributing] [CS] Added missing docblocks in code snippet | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | | Fixed tickets | Commits ------- 8395e66 [2.3] [Contributing] [CS] Added missing docblocks in code snippet
Thank you @xabbuh! |