File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
src/Standards/Squiz/Tests/PHP Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ echo 'This line has the wrong indent '
3+ . ' and the close tag is not on its own line, but this will not be fixed '
4+ . ' as multi-line code blocks for the first PHP open tag will always be ignored ' ; ?>
5+
6+ <?php
7+ // Placeholder just to ensure the above is ignored solely because it is the first open tag, not
8+ // because the conditions related to the _last_ open tag kick in.
Original file line number Diff line number Diff line change 1+ <?=
2+ 'This line has the wrong indent '
3+ . ' and the close tag is not on its own line, but this will not be fixed '
4+ . ' as multi-line code blocks for the first PHP open tag will always be ignored ' ; ?>
5+
6+ <?php
7+ // Placeholder just to ensure the above is ignored solely because it is the first open tag, not
8+ // because the conditions related to the _last_ open tag kick in.
You can’t perform that action at this time.
0 commit comments