Releases: BedrockStreaming/php-cs-fixer-config
Releases · BedrockStreaming/php-cs-fixer-config
v5.0.0 - Drop PHP 7.4 supports
v4.1.1 - remove rule was not working with PHP 7.4
What's Changed
Full Changelog: v4.1.0...v4.1.1
improve php-cs rules with PSR-12 and trailing_comma_in_multiline
Update friendsofphp/php-cs-fixer and remove support for php < 7.4
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
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
What's Changed
- documentation: explain how to add custom rules by @yannchabed in #25
New Contributors
- @yannchabed made their first contribution in #21
Full Changelog: v3.0.0...v3.1.0
add 'native_function_invocation' rule
What's Changed
- add
native_function_invocation
rule by @yannchabed in #22
New Contributors
- @yannchabed made their first contribution in #21
Full Changelog: v2.2.0...v3.0.0
Add 'no_superfluous_phpdoc_tags' rule without 'allow_unused_params'
What's Changed
- add
no_superfluous_phpdoc_tags
rule withoutallow_unused_params
by @yannchabed in #23
New Contributors
- @yannchabed made their first contribution in #21
Full Changelog: v2.1.0...v2.2.0
add rule 'declare_strict_types' => true
What's Changed
- Add code owner by @Benoit382 in #19
- add rule 'declare_strict_types' => true by @sztan in #20
New Contributors
- @Benoit382 made their first contribution in #19
- @sztan made their first contribution in #20
Full Changelog: v2.0.0...v2.1.0
Single config file and now major cs-fixer
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
.