--- tests/Core/Fixer/Fixtures/GenerateDiffTest-NoTrailingWhitespace.inc +++ PHP_CodeSniffer @@ -1,5 +1,5 @@ <?php -// Comment with 2 spaces trailing whitespace. +// Comment with 2 spaces trailing whitespace. $var = FALSE; if ($var) {
info at phpclasses dot org