PHP_CodeSniffer error parametrization
Closed this issue · 1 comments
aik099 commented
Allow parametrization of following PHP_CodeSniffer error for easier removal from inspection results:
@category tag comment indented incorrectly; expected 1 spaces but found 11
The @category
, 1
and 11
are parameters.
aik099 commented
Submitted in this repo instead of Scrutinizer CI repo by mistake.