Skip to content

Releases: BedrockStreaming/php-cs-fixer-config

v5.1.0 - Add support for PHP 8.4

15 Jul 12:22
9968bb0

Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0 - Drop PHP 7.4 supports

22 Aug 13:33
210da75

Choose a tag to compare

What's Changed

  • feat: no longer supports PHP 7.4 by @antten in #29

Full Changelog: v4.1.1...v5.0.0

v4.1.1 - remove rule was not working with PHP 7.4

21 Aug 14:08
b49461d

Choose a tag to compare

What's Changed

  • fix: remove trailing_comma_in_multiline because it's not work with PHP 7.4 by @antten in #28

Full Changelog: v4.1.0...v4.1.1

improve php-cs rules with PSR-12 and trailing_comma_in_multiline

21 Aug 08:27
a8a4473

Choose a tag to compare

What's Changed

  • feat: improve php-cs rules with PSR-12 and trailing_comma_in_multiline by @antten in #27

New Contributors

Full Changelog: v4.0.0...v4.1.0

Update friendsofphp/php-cs-fixer and remove support for php < 7.4

22 May 05:46
8ffa630

Choose a tag to compare

Update friendsofphp/php-cs-fixer to 3.57 and remove support for php < 7.4

Full Changelog: v3.2.0...v4.0.0

Remove Braces rule

12 Jun 08:55
45b941b

Choose a tag to compare

Braces rule was deprecated since 3.16 of friendsofphp/php-cs-fixer.
So, Now this library require >= 3.16 friendsofphp/php-cs-fixer.

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

documentation: adding your own rules

08 Jun 15:17
2b70ca2

Choose a tag to compare

What's Changed

  • documentation: explain how to add custom rules by @yannchabed in #25

New Contributors

Full Changelog: v3.0.0...v3.1.0

add 'native_function_invocation' rule

25 May 08:29
72708c4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v3.0.0

Add 'no_superfluous_phpdoc_tags' rule without 'allow_unused_params'

25 May 08:25
232c71b

Choose a tag to compare

What's Changed

  • add no_superfluous_phpdoc_tags rule without allow_unused_params by @yannchabed in #23

New Contributors

Full Changelog: v2.1.0...v2.2.0

add rule 'declare_strict_types' => true

25 Apr 14:59
996be53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0