diff --git a/src/RuleSet/TicketSwapRuleSet.php b/src/RuleSet/TicketSwapRuleSet.php index 95f7d25..70c71be 100644 --- a/src/RuleSet/TicketSwapRuleSet.php +++ b/src/RuleSet/TicketSwapRuleSet.php @@ -132,6 +132,7 @@ public static function create() : RuleSet 'on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'standalone', ], + 'multiline_whitespace_before_semicolons' => true, 'native_function_casing' => true, 'native_type_declaration_casing' => true, 'new_expression_parentheses' => true,