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

Releases: narrowspark/php-cs-fixer-config

v6.3.4

16 Apr 17:27
867cfa6
Compare
Choose a tag to compare

6.3.4 (2021-04-16)

Bug Fixes

  • fixed cs fixes with php-cs-fixer and rector (9a356ec)
  • fixed cs fixes with php-cs-fixer and rector (764aa69)

v6.3.3

15 Mar 07:56
Compare
Choose a tag to compare

6.3.3 (2021-03-15)

Bug Fixes

  • rename branch alias from master to main (1304eff)

v6.3.2

03 Mar 07:28
Compare
Choose a tag to compare

6.3.2 (2021-03-03)

Bug Fixes

  • fixed php version in license-update.yml (7aa054d)

v6.3.1

02 Mar 22:56
Compare
Choose a tag to compare

6.3.1 (2021-03-02)

Bug Fixes

  • fixed branch-alias (7a33f81)
  • fixing semantic-release-replace-plugin (163a279)

v6.3.0

02 Mar 22:47
bacbef1
Compare
Choose a tag to compare

upgraded to php v8.0

v6.1.0

29 Mar 10:58
6aa6ec7
Compare
Choose a tag to compare

Updated all deps in composer.json, package.json and .build/composer.json

v6.0.0

20 Feb 08:48
09d4f55
Compare
Choose a tag to compare

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

13 Jan 21:23
5c6a6a3
Compare
Choose a tag to compare

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

03 Nov 21:29
9344e5f
Compare
Choose a tag to compare

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

v5.1.1

24 Oct 07:14
7829a0b
Compare
Choose a tag to compare

updated pedrotroller/php-cs-custom-fixer to v2.19