
@PSR12
¶Rules that follow PSR-12 standard.
braces
config:
['allow_single_line_anonymous_class_with_empty_body' => true]
class_definition
config:
['inline_constructor_arguments' => false, 'space_before_parenthesis' => true]
ordered_class_elements
config:
['order' => ['use_trait']]
ordered_imports
config:
['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'none']
single_import_per_statement
config:
['group_to_single_imports' => false]