Skip to content

Releases: ergebnis/php-cs-fixer-config

4.7.0

19 Aug 08:51
4.7.0
750a672
Compare
Choose a tag to compare

What's Changed

  • github-actions(deps): bump shivammathur/setup-php from 2.21.0 to 2.21.1 by @dependabot in #638
  • composer(deps-dev): bump vimeo/psalm from 4.24.0 to 4.25.0 by @dependabot in #639
  • composer(deps-dev): bump vimeo/psalm from 4.25.0 to 4.26.0 by @dependabot in #640
  • github-actions(deps): bump shivammathur/setup-php from 2.21.1 to 2.21.2 by @dependabot in #641
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.9.5 to 3.10.0 by @dependabot in #642
  • Fix: Require all configurable rules to be explicitly configured when enabled by @localheinz in #644
  • Enhancement: Enable ensure_single_space option of whitespace_after_comma_in_array fixer by @localheinz in #645
  • Enhancement: Enable fix_non_monolithic_code option of no_alternative_syntax fixer by @localheinz in #646

Full Changelog: 4.6.0...4.7.0

4.6.0

22 Jul 10:50
4.6.0
9bbf949
Compare
Choose a tag to compare

What's Changed

  • github-actions(deps): bump shivammathur/setup-php from 2.20.1 to 2.21.0 by @dependabot in #634
  • composer(deps-dev): bump fakerphp/faker from 1.19.0 to 1.20.0 by @dependabot in #635
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.9.4 to 3.9.5 by @dependabot in #636
  • Enhancement: Enable no_multiple_statements_per_line fixer by @localheinz in #637

Full Changelog: 4.5.3...4.6.0

4.5.3

16 Jul 08:35
4.5.3
7c170fa
Compare
Choose a tag to compare

What's Changed

  • composer(deps): bump friendsofphp/php-cs-fixer from 3.9.3 to 3.9.4 by @dependabot in #633

Full Changelog: 4.5.2...4.5.3

4.5.2

13 Jul 13:13
4.5.2
8b10b95
Compare
Choose a tag to compare

What's Changed

  • github-actions(deps): bump ergebnis/.github from 1.5.0 to 1.5.1 by @dependabot in #631
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.9.2 to 3.9.3 by @dependabot in #632

Full Changelog: 4.5.1...4.5.2

4.5.1

12 Jul 07:52
4.5.1
eb7e34d
Compare
Choose a tag to compare

What's Changed

  • composer(deps): bump friendsofphp/php-cs-fixer from 3.9.1 to 3.9.2 by @dependabot in #630

Full Changelog: 4.5.0...4.5.1

4.5.0

11 Jul 11:36
4.5.0
5430397
Compare
Choose a tag to compare

What's Changed

  • github-actions(deps): bump ergebnis/.github from 1.3.2 to 1.4.0 by @dependabot in #595
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.24.0 to 2.24.1 by @dependabot in #596
  • github-actions(deps): bump actions/cache from 2.1.7 to 3 by @dependabot in #597
  • github-actions(deps): bump shivammathur/setup-php from 2.17.1 to 2.18.0 by @dependabot in #598
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.24.1 to 2.25.1 by @dependabot in #600
  • github-actions(deps): bump ergebnis/.github from 1.4.0 to 1.4.1 by @dependabot in #599
  • composer(deps-dev): bump phpunit/phpunit from 9.5.19 to 9.5.20 by @dependabot in #601
  • github-actions(deps): bump shivammathur/setup-php from 2.18.0 to 2.18.1 by @dependabot in #602
  • github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 by @dependabot in #603
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.25.1 to 2.25.2 by @dependabot in #604
  • composer(deps-dev): bump vimeo/psalm from 4.22.0 to 4.23.0 by @dependabot in #606
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.25.2 to 2.26.0 by @dependabot in #605
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.26.0 to 2.27.0 by @dependabot in #608
  • github-actions(deps): bump ergebnis/.github from 1.4.1 to 1.5.0 by @dependabot in #607
  • github-actions(deps): bump shivammathur/setup-php from 2.18.1 to 2.19.0 by @dependabot in #609
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.27.0 to 2.28.0 by @dependabot in #610
  • github-actions(deps): bump shivammathur/setup-php from 2.19.0 to 2.19.1 by @dependabot in #611
  • composer(deps-dev): bump psalm/plugin-phpunit from 0.16.1 to 0.17.0 by @dependabot in #612
  • composer(deps-dev): bump phpunit/phpunit from 9.5.20 to 9.5.21 by @dependabot in #613
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.28.0 to 2.28.1 by @dependabot in #614
  • composer(deps-dev): bump vimeo/psalm from 4.23.0 to 4.24.0 by @dependabot in #615
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.28.1 to 2.28.2 by @dependabot in #616
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.28.2 to 2.28.3 by @dependabot in #618
  • github-actions(deps): bump shivammathur/setup-php from 2.19.1 to 2.20.1 by @dependabot in #619
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.8.0 to 3.9.1 by @dependabot in #620
  • Enhancement: Enable control_structure_braces fixer by @localheinz in #621
  • Enhancement: Enable and configure curly_braces_position fixer by @localheinz in #622
  • Enhancement: Enable no_useless_nullsafe_operator fixer by @localheinz in #623
  • Enhancement: Enable statement_indentation fixer by @localheinz in #624
  • Enhancement: Configure additional statements for no_unneeded_control_structures fixe by @localheinz in #625
  • Enhancement: Configure trailing_comma_in_multiline fixer to include match in elements option by @localheinz in #626
  • Enhancement: Configure single_space_after_construct fixer to include type_colon in constructs option by @localheinz in #627
  • Enhancement: Configure phpdoc_order_by_value fixer to include mixin in annotations option by @localheinz in #628
  • Enhancement: Configure no_extra_blank_lines fixer to include attribute in tokens option by @localheinz in #629

Full Changelog: 4.4.0...4.5.0

4.4.0

19 Mar 10:38
4.4.0
5b38700
Compare
Choose a tag to compare

What's Changed

  • composer(deps-dev): bump ergebnis/composer-normalize from 2.23.1 to 2.24.0 by @dependabot in #589
  • composer(deps-dev): bump phpunit/phpunit from 9.5.18 to 9.5.19 by @dependabot in #590
  • github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.0 by @dependabot in #592
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.7.0 to 3.8.0 by @dependabot in #591
  • Enhancement: Enable date_time_create_from_format_call fixer by @localheinz in #593
  • Enhancement: Configure types_spaces fixer to enforce no space between types when catching multiple exceptions by @localheinz in #594

Full Changelog: 4.3.0...4.4.0

4.3.0

08 Mar 22:05
4.3.0
4c065a2
Compare
Choose a tag to compare

What's Changed

  • Enhancement: Configure blank_line_before_statement fixer to include additional statements by @localheinz in #581
  • Fix: Use strpos by @localheinz in #582
  • Enhancement: Configure no_unneeded_control_parentheses fixer to include additional statements by @localheinz in #583
  • composer(deps-dev): bump phpunit/phpunit from 9.5.17 to 9.5.18 by @dependabot in #585
  • Enhancement: Configure ordered_class_elements fixer to order more elements by @localheinz in #584
  • Enhancement: Configure phpdoc_align fixer to align more tags by @localheinz in #586
  • Enhancement: Configure single_class_element_per_statement fixer to enforce single class element for const statements by @localheinz in #587
  • Enhancement: Configure single_space_after_construct fixer to enforce a single space after additional constructs by @localheinz in #588

Full Changelog: 4.2.0...4.3.0

4.2.0

07 Mar 19:21
4.2.0
196fda1
Compare
Choose a tag to compare

What's Changed

  • github-actions(deps): bump shivammathur/setup-php from 2.16.0 to 2.17.0 by @dependabot in #568
  • composer(deps-dev): bump vimeo/psalm from 4.20.0 to 4.21.0 by @dependabot in #569
  • composer(deps-dev): bump phpunit/phpunit from 9.5.13 to 9.5.14 by @dependabot in #570
  • composer(deps-dev): bump phpunit/phpunit from 9.5.14 to 9.5.15 by @dependabot in #571
  • composer(deps-dev): bump phpunit/phpunit from 9.5.15 to 9.5.16 by @dependabot in #572
  • composer(deps-dev): bump vimeo/psalm from 4.21.0 to 4.22.0 by @dependabot in #573
  • github-actions(deps): bump shivammathur/setup-php from 2.17.0 to 2.17.1 by @dependabot in #576
  • github-actions(deps): bump actions/checkout from 2.4.0 to 3 by @dependabot in #575
  • github-actions(deps): bump actions/stale from 4.1.0 to 5 by @dependabot in #574
  • composer(deps-dev): bump phpunit/phpunit from 9.5.16 to 9.5.17 by @dependabot in #577
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.6.0 to 3.7.0 by @dependabot in #578
  • Enhancement: Enable no_trailing_comma_in_singleline_function_call fixer by @localheinz in #579
  • Enhancement: Enable single_line_comment_spacing fixer by @localheinz in #580

Full Changelog: 4.1.0...4.2.0

4.1.0

07 Feb 21:43
4.1.0
3946927
Compare
Choose a tag to compare

What's Changed

  • composer(deps-dev): bump phpunit/phpunit from 9.5.11 to 9.5.12 by @dependabot in #556
  • composer(deps-dev): bump phpunit/phpunit from 9.5.12 to 9.5.13 by @dependabot in #557
  • composer(deps-dev): bump fakerphp/faker from 1.17.0 to 1.18.0 by @dependabot in #558
  • github-actions(deps): bump ergebnis/.github from 1.2.1 to 1.3.2 by @dependabot in #559
  • composer(deps-dev): bump vimeo/psalm from 4.18.1 to 4.19.0 by @dependabot in #560
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.23.0 to 2.23.1 by @dependabot in #561
  • composer(deps-dev): bump fakerphp/faker from 1.18.0 to 1.19.0 by @dependabot in #562
  • composer(deps-dev): bump vimeo/psalm from 4.19.0 to 4.20.0 by @dependabot in #563
  • Enhancement: Synchronize with ergebnis/php-package-template by @localheinz in #564
  • composer(deps): bump friendsofphp/php-cs-fixer from 3.5.0 to 3.6.0 by @dependabot in #565
  • Enhancement: Enable class_reference_name_casing fixer by @localheinz in #566
  • Enhancement: Enable no_unneeded_import_alias fixer by @localheinz in #567

Full Changelog: 4.0.0...4.1.0