D3R / standards

D3R Coding standards
1 stars 2 forks source link

Report errors on comments with no starting space #3

Closed fbenas closed 4 years ago

fbenas commented 7 years ago

//This Comment Will report as error

// This comment is rad and great

https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php

Excludes everything else