This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Releases: narrowspark/php-cs-fixer-config
Releases · narrowspark/php-cs-fixer-config
v3.1.0
Added pedrotroller/php-cs-custom-fixer with new fixers
'PedroTroller/exceptions_punctuation' => true,
'PedroTroller/ordered_with_getter_and_setter_first' => true,
'PedroTroller/line_break_between_method_arguments' => [
'max-args' => 4,
'max-length' => 120,
'automatic-argument-merge' => true,
],
'PedroTroller/line_break_between_statements' => true
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
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,
v2.1.0: removing styleci
Added - @DoctrineAnnotation - @PHP71Migration - combine_consecutive_issets - compact_nullable_typehint - increment_style - is_null - no_homoglyph_names Updated - binary_operator_spaces Remove - pre_increment