Releases: narrowspark/php-cs-fixer-config
v6.3.4
v6.3.3
v6.3.2
v6.3.1
v6.3.0
v6.1.0
v6.0.0
feat : enabled PedroTroller/comment_line_to_phpdoc_block
feat : enabled PedroTroller/doctrine_migrations
feat : enabled PedroTroller/useless_code_after_return
feat : enabled date_time_immutable
feat : enabled final_public_method_for_abstract_class
feat : enabled fopen_flag_order
feat : enabled fopen_flags
feat : enabled no_extra_blank_lines
'tokens' => [
'break',
'case',
'continue',
'curly_brace_block',
'default',
'extra',
'parenthesis_brace_block',
'return',
'square_brace_block',
'switch',
'throw',
'use',
'use_trait',
],
feat : enabled no_superfluous_phpdoc_tags
feat : changed ordered_class_elements to true
feat : enabled php_unit_test_class_requires_covers
feat : phpdoc_add_missing_param_annotation -> only_untyped
feat : disabled heredoc_indentation
feat : changed native_function_invocation
[
'include' => ['@compiler_optimized'],
'scope' => 'namespaced',
'strict' => true,
]
feat : disabled single_line_throw
v5.3.0
feat : updated kubawerlos/php-cs-fixer-custom-fixers to ~1.17.0
feat : updated friendsofphp/php-cs-fixer to ~2.16.1
feat : enabled DataProviderStaticFixer
feat : enabled PhpdocTypesTrimFixer
fix : removed or replaced deprecated rules from kubawerlos/php-cs-fixer-custom-fixers
v5.2.0
feat : Enable self_static_accessor fixer
feat : Enable and configure phpdoc_line_span fixer
feat : Enable nullable_type_declaration_for_default_null_value fixer
feat : Enable final_static_access fixer
feat : Disable final_public_method_for_abstract_class fixer
feat : Bump dependencies versions