Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@prisis prisis released this 27 May 19:53

Using https://github.com/localheinz/php-cs-fixer-config as base with overwritten rules:

'binary_operator_spaces' => [
    'default' => 'align',
],
'@DoctrineAnnotation'                => true,
'blank_line_after_opening_tag'       => false,
'no_blank_lines_before_namespace'    => true,
'single_blank_line_before_namespace' => false,
'self_accessor'                      => false,
'no_homoglyph_names'                 => false,
'not_operator_with_successor_space'  => true,
'increment_style'                    => [
    'style' => 'post',
],
'phpdoc_no_empty_return'   => false,
'blank_line_before_return' => true,
'date_time_immutable'      => false,
'yoda_style'               => false,