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
The following items are known incomplete. They are recognized as tags, but the fields, types, optional fields, etc are not correct.
@subpackage
@example
@license
@package
@source
@uses
@link
@see
*@tag
(int|string)[]
((Test|int)[]|Test\\Type[]|string[]|resource)[]
(int|false)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following items are known incomplete. They are recognized as tags, but the fields, types, optional fields, etc are not correct.
@subpackage
@example
@example
@license
@package
@source
@uses
@link
(also inline)@see
*@tag
is currently parsed as a tag (the leading * should not be included)(int|string)[]
are not)((Test|int)[]|Test\\Type[]|string[]|resource)[]
, which ... yuck(int|false)
The text was updated successfully, but these errors were encountered: