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

Don't require one space after "//" for inline comment sniff #33

Closed aik099 closed 10 years ago

aik099 commented 10 years ago

Right now exactly 1 space is required after // for inline comments. PhpStorm puts // at the start of the line (ignoring indentation) and that makes sniff report it as error instantly.

I propose that we require at least one whitespace and exactly one whitespace.