Skip to content

Commit b0b4add

Browse files
jrfnlkukulich
authored andcommitted
Squiz/NonExecutableCode: minor test tweak
Only use tabs when in the test cases when they serve a specific purpose.
1 parent 32f3832 commit b0b4add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.2.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ trait Something {
4646
}
4747

4848
enum Something {
49-
function getReturnType() {
50-
echo 'no error';
51-
}
49+
function getReturnType() {
50+
echo 'no error';
51+
}
5252
}
5353

5454
$a = new class {

0 commit comments

Comments
 (0)