Expected Behavior
If the phpdoc contains either {@inheritDoc} or @inheritDoc - the WPForms.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.
Expected Behavior
If the phpdoc contains either
{@inheritDoc}or@inheritDoc- theWPForms.Comments.DescriptionStopSymbol.AddStopSymbolsniff should not be triggered.I think in this case the
Generic.Commenting.DocComment.MissingShortshould 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.AddStopSymbolwhere the ending dot should be added.