Update code sniffer rules to require space after keywords
[MAILPOET-1791]
This commit is contained in:
@@ -54,6 +54,8 @@ class MailPoet_Sniffs_ControlStructures_ControlSignatureSniff extends PHP_CodeSn
|
||||
'} elseif (...) {EOL',
|
||||
'} else {EOL',
|
||||
'do {EOL',
|
||||
'switch (...) {EOL',
|
||||
'catch (...) {EOL',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user