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

Releases: narrowspark/php-cs-fixer-config

v3.1.0

29 Aug 11:59
Compare
Choose a tag to compare

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

29 Aug 08:46
Compare
Choose a tag to compare

update localheinz/php-cs-fixer-config to v1.15.0
added new cs fixer

v3.0.3

24 Jul 15:04
Compare
Choose a tag to compare

actived phpdoc_to_return_type

v3.0.2

27 Jun 19:15
42fc21a
Compare
Choose a tag to compare

changed php_unit_test_case_static_method_calls

'php_unit_test_case_static_method_calls' => [
    'call_type' => 'static',
],

v3.0.1

04 Jun 20:28
Compare
Choose a tag to compare

added new config settings

'phpdoc_to_return_type'    => false,
'no_unset_on_property'     => false,
'error_suppression'        => [
    'mute_deprecation_error' => true,
    'noise_remaining_usages' => false,
],
'no_superfluous_phpdoc_tags' => false,

v3.0.0

27 May 19:53
Compare
Choose a tag to compare

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

27 Nov 19:13
Compare
Choose a tag to compare
Added
- @DoctrineAnnotation
- @PHP71Migration
- combine_consecutive_issets
- compact_nullable_typehint
- increment_style
- is_null
- no_homoglyph_names

Updated
- binary_operator_spaces

Remove
- pre_increment

v2.0.4

01 Sep 20:01
Compare
Choose a tag to compare
added phpstan script to composer.json and update php-cs-fixer 2.5

v2.0.3

19 Jul 14:13
Compare
Choose a tag to compare

setting native_function_invocation to false

v2.0.2

19 Jul 13:22
Compare
Choose a tag to compare
Setting no_alias_functions to false (#14)