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