forked from php-fig/fig-standards
-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add Inline PHPDoc #3
Comments
Added descriptions for inline PHPDoc |
mvriel
pushed a commit
that referenced
this issue
Dec 9, 2014
[Cache] Changing remove() to delete() as per Cache Survey Results
mindplay-dk
pushed a commit
to mindplay-dk/fig-standards
that referenced
this issue
Nov 28, 2016
Tweak mission statement again
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the current PSR:
Specific Tags MAY have an "Inline PHPDoc" section at the end of the "Tag"
definition. An "Inline PHPDoc" is a "PHPDoc" element enclosed in braces (
{
,}
) and is present at the end of a "Tag" sequence unless specified otherwise in a"Tag" definition, the "Inline PHPDoc" element MUST replace any description that
COULD have been provided.
An example can be the @method tag. This tag may be augmented using an
"Inline PHPDoc" to provide additional information regarding the parameters,
return value or any other tag supported by functions and methods.
Example
The text was updated successfully, but these errors were encountered: