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 7af41f4 commit b416e54Copy full SHA for b416e54
src/RuleSet/TicketSwapRuleSet.php
@@ -132,6 +132,7 @@ public static function create() : RuleSet
132
],
133
'native_function_casing' => true,
134
'native_type_declaration_casing' => true,
135
+ 'new_expression_parentheses' => true,
136
'no_alias_language_construct_call' => true,
137
'no_alternative_syntax' => true,
138
'no_binary_string' => true,
0 commit comments