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
This issue is a follow-up from #55777. @since tags are not enforced in .php files in the following directories:
@since
/packages/block-serialization-default-parser/.+/*\.php$
widgets/src/blocks/legacy-widget/index.php
widgets/src/blocks/widget-group/index.php
Props to @gziolo.
Original discussion: #59700 (comment)
These files may contain PHP classes, so the FunctionCommentSinceTagSniff sniff has to be modified to work with class methods too.
FunctionCommentSinceTagSniff
The text was updated successfully, but these errors were encountered:
anton-vlasenko
Successfully merging a pull request may close this issue.
What problem does this address?
This issue is a follow-up from #55777.
@since
tags are not enforced in .php files in the following directories:/packages/block-serialization-default-parser/.+/*\.php$
widgets/src/blocks/legacy-widget/index.php
widgets/src/blocks/widget-group/index.php
Props to @gziolo.
Original discussion: #59700 (comment)
What is your proposed solution?
These files may contain PHP classes, so the
FunctionCommentSinceTagSniff
sniff has to be modified to work with class methods too.The text was updated successfully, but these errors were encountered: