aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

PHP_CodeSniffer error parametrization #62

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

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.

see https://scrutinizer-ci.com/g/aik099/CodingStandard/inspections/89ee1c5f-6b7f-440a-a503-6a11a3cf0c78/issues/files/CodingStandard/Sniffs/ControlStructures/MultiLineConditionSniff.php?status=new&orderField=path&order=asc#inspectioncomment-432080792

aik099 commented 9 years ago

Submitted in this repo instead of Scrutinizer CI repo by mistake.