Rules that follow PSR-12 standard.
binary_operator_spaces with config:
['default' => 'at_least_single_space']
braces_position with config:
['allow_single_line_empty_anonymous_classes' => true]
class_definition with config:
['inline_constructor_arguments' => false, 'space_before_parenthesis' => true]
ordered_class_elements with config:
['order' => ['use_trait']]
ordered_imports with config:
['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'none']
single_import_per_statement with config:
['group_to_single_imports' => false]