
@PSR12
¶Rules that follow PSR-12 standard.
braces
config:
['allow_single_line_anonymous_class_with_empty_body' => true]
ordered_class_elements
config:
['order' => ['use_trait']]
ordered_imports
config:
['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'none']
visibility_required
config:
['elements' => ['const', 'method', 'property']]