Skip to content

Commit

Permalink
Enhancement: Add Config\Ruleset\Php84 rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 24, 2024
1 parent c2ea1ce commit be8b868
Show file tree
Hide file tree
Showing 5 changed files with 1,874 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For a full diff see [`6.37.0...main`][6.37.0...main].
### Changed

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

## [`6.37.0`][6.37.0]

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

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Pick one of the rule sets:
- [`Ergebnis\PhpCsFixer\RuleSet\Php81`](src/RuleSet/Php81.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php82`](src/RuleSet/Php82.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php83`](src/RuleSet/Php83.php)
- [`Ergebnis\PhpCsFixer\RuleSet\Php84`](src/RuleSet/Php84.php)

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

Expand Down
Loading

0 comments on commit be8b868

Please sign in to comment.