DEBSOURCES
Skip Quicknav
sources / php-codesniffer / 3.11.2-2 / tests / Core / Fixer / Fixtures / GenerateDiffTest-LineRemoved.inc
12345678
<?php // Comment with 2 spaces trailing whitespace. $var = FALSE; if ($var) { echo 'This line is tab indented'; echo 'And this line is not'; }