|
@@ -29,6 +29,7 @@ final class PSR12Set extends AbstractRuleSetDescription
|
|
|
'braces' => [
|
|
|
'allow_single_line_anonymous_class_with_empty_body' => true,
|
|
|
],
|
|
|
+ 'class_definition' => ['space_before_parenthesis' => true], // defined in PSR2 ¶8. Anonymous Classes
|
|
|
'compact_nullable_typehint' => true,
|
|
|
'declare_equal_normalize' => true,
|
|
|
'lowercase_cast' => true,
|