Skip to content

Commit 7eba2c8

Browse files
authored
Backport Fixed bug squizlabs#1890
1 parent 58c6ac5 commit 7eba2c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ try {
197197
catch (Exception $e) {
198198
// Something
199199
}
200+
finally {
201+
// Something
202+
}
200203

201204
if ($foo) {
202205

0 commit comments

Comments
 (0)