Skip to content

Commit fed288d

Browse files
authored
Backport Fixed bug squizlabs#1890
1 parent c2abeee commit fed288d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function register()
4747
return array(
4848
T_TRY,
4949
T_CATCH,
50+
T_FINALLY,
5051
T_DO,
5152
T_WHILE,
5253
T_FOR,

0 commit comments

Comments
 (0)