Skip to content

Commit 6a1d142

Browse files
committed
Enhancement: Add Config\Ruleset\Php85 rule set
1 parent 976076e commit 6a1d142

File tree

6 files changed

+1931
-2
lines changed

6 files changed

+1931
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ For a full diff see [`6.53.0...main`][6.53.0...main].
1010

1111
### Added
1212

13+
- Added `Config\Ruleset\Php85` rule set ([#1242]), by [@localheinz]
1314
- Added support for PHP 8.5 ([#1282]), by [@localheinz]
1415

1516
### Changed
@@ -2044,6 +2045,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
20442045
[#1239]: https://github.com/ergebnis/php-cs-fixer-config/pull/1239
20452046
[#1240]: https://github.com/ergebnis/php-cs-fixer-config/pull/1240
20462047
[#1241]: https://github.com/ergebnis/php-cs-fixer-config/pull/1241
2048+
[#1242]: https://github.com/ergebnis/php-cs-fixer-config/pull/1242
20472049
[#1243]: https://github.com/ergebnis/php-cs-fixer-config/pull/1243
20482050
[#1244]: https://github.com/ergebnis/php-cs-fixer-config/pull/1244
20492051
[#1245]: https://github.com/ergebnis/php-cs-fixer-config/pull/1245

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Pick one of the rule sets:
4141
- [`Ergebnis\PhpCsFixer\RuleSet\Php82`](src/RuleSet/Php82.php)
4242
- [`Ergebnis\PhpCsFixer\RuleSet\Php83`](src/RuleSet/Php83.php)
4343
- [`Ergebnis\PhpCsFixer\RuleSet\Php84`](src/RuleSet/Php84.php)
44+
- [`Ergebnis\PhpCsFixer\RuleSet\Php85`](src/RuleSet/Php85.php)
4445

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

0 commit comments

Comments
 (0)