Skip to content

Commit 2784d0b

Browse files
author
Vincent Langlet
committed
🚨 Add test
1 parent 2875d1c commit 2784d0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Symfony3Custom/Tests/Formatting/ConditionalReturnOrThrowUnitTest.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ class Test
5454
return null;
5555
}
5656

57+
if (1 === 1) {
58+
if (2 === 3) {
59+
return null;
60+
}
61+
} else {
62+
return null;
63+
}
64+
5765
return null;
5866
}
5967
}

0 commit comments

Comments
 (0)