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
If the phpdoc contains either {@inheritDoc} or @inheritDoc - the WPForms.Comments.DescriptionStopSymbol.AddStopSymbol sniff should not be triggered.
{@inheritDoc}
@inheritDoc
WPForms.Comments.DescriptionStopSymbol.AddStopSymbol
I think in this case the Generic.Commenting.DocComment.MissingShort should be silenced as well.
Generic.Commenting.DocComment.MissingShort
There is a totally valid inline tag {@inheritDoc} or @inheritDoc.
See more details here: https://docs.phpdoc.org/guide/guides/inheritance.html
And it is flagged by WPForms.Comments.DescriptionStopSymbol.AddStopSymbol where the ending dot should be added.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
If the phpdoc contains either
{@inheritDoc}
or@inheritDoc
- theWPForms.Comments.DescriptionStopSymbol.AddStopSymbol
sniff should not be triggered.I think in this case the
Generic.Commenting.DocComment.MissingShort
should be silenced as well.Current Behavior
There is a totally valid inline tag
{@inheritDoc}
or@inheritDoc
.See more details here: https://docs.phpdoc.org/guide/guides/inheritance.html
And it is flagged by
WPForms.Comments.DescriptionStopSymbol.AddStopSymbol
where the ending dot should be added.The text was updated successfully, but these errors were encountered: