Skip to content

Commit ca03e81

Browse files
committed
Enhancement: Add Config\Ruleset\Php84 rule set
1 parent c2ea1ce commit ca03e81

File tree

5 files changed

+1874
-0
lines changed

5 files changed

+1874
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For a full diff see [`6.37.0...main`][6.37.0...main].
1111
### Changed
1212

1313
- Added support for PHP 8.4 ([#1139]), by [@localheinz]
14+
- Added `Config\Ruleset\Php84` rule set ([#1140]), by [@localheinz]
1415

1516
## [`6.37.0`][6.37.0]
1617

@@ -1766,6 +1767,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
17661767
[#1103]: https://github.com/ergebnis/php-cs-fixer-config/pull/1103
17671768
[#1109]: https://github.com/ergebnis/php-cs-fixer-config/pull/1109
17681769
[#1139]: https://github.com/ergebnis/php-cs-fixer-config/pull/1139
1770+
[#1140]: https://github.com/ergebnis/php-cs-fixer-config/pull/1140
17691771

17701772
[@dependabot]: https://github.com/apps/dependabot
17711773
[@linuxjuggler]: https://github.com/linuxjuggler

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Pick one of the rule sets:
4040
- [`Ergebnis\PhpCsFixer\RuleSet\Php81`](src/RuleSet/Php81.php)
4141
- [`Ergebnis\PhpCsFixer\RuleSet\Php82`](src/RuleSet/Php82.php)
4242
- [`Ergebnis\PhpCsFixer\RuleSet\Php83`](src/RuleSet/Php83.php)
43+
- [`Ergebnis\PhpCsFixer\RuleSet\Php84`](src/RuleSet/Php84.php)
4344

4445
Create a configuration file `.php-cs-fixer.php` in the root of your project:
4546

0 commit comments

Comments
 (0)