We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af90c37 commit e595655Copy full SHA for e595655
src/RuleSet/TicketSwapRuleSet.php
@@ -132,6 +132,7 @@ public static function create() : RuleSet
132
'on_multiline' => 'ensure_fully_multiline',
133
'attribute_placement' => 'standalone',
134
],
135
+ 'multiline_whitespace_before_semicolons' => true,
136
'native_function_casing' => true,
137
'native_type_declaration_casing' => true,
138
'new_expression_parentheses' => true,
0 commit comments