Skip to content

Releases: BedrockStreaming/php-cs-fixer-config

v5.0.0 - Drop PHP 7.4 supports

22 Aug 13:33
210da75
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Single config file and now major cs-fixer

24 Aug 08:44
16753ea
Compare
Choose a tag to compare

Upgrade guide:

Change your configuration file from .php_cs to .php-cs-fixer.dist.php (without the .dist if you don't intend to share it).
Change the ignored cache file from .php_cs.cache to .php-cs-fixer.cache.