File tree 5 files changed +1874
-0
lines changed
5 files changed +1874
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ For a full diff see [`6.37.0...main`][6.37.0...main].
11
11
### Changed
12
12
13
13
- Added support for PHP 8.4 ([ #1139 ] ), by [ @localheinz ]
14
+ - Added ` Config\Ruleset\Php84 ` rule set ([ #1140 ] ), by [ @localheinz ]
14
15
15
16
## [ ` 6.37.0 ` ] [ 6.37.0 ]
16
17
@@ -1766,6 +1767,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
1766
1767
[ #1103 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1103
1767
1768
[ #1109 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1109
1768
1769
[ #1139 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1139
1770
+ [ #1140 ] : https://github.com/ergebnis/php-cs-fixer-config/pull/1140
1769
1771
1770
1772
[ @dependabot ] : https://github.com/apps/dependabot
1771
1773
[ @linuxjuggler ] : https://github.com/linuxjuggler
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Pick one of the rule sets:
40
40
- [ ` Ergebnis\PhpCsFixer\RuleSet\Php81 ` ] ( src/RuleSet/Php81.php )
41
41
- [ ` Ergebnis\PhpCsFixer\RuleSet\Php82 ` ] ( src/RuleSet/Php82.php )
42
42
- [ ` Ergebnis\PhpCsFixer\RuleSet\Php83 ` ] ( src/RuleSet/Php83.php )
43
+ - [ ` Ergebnis\PhpCsFixer\RuleSet\Php84 ` ] ( src/RuleSet/Php84.php )
43
44
44
45
Create a configuration file ` .php-cs-fixer.php ` in the root of your project:
45
46
You can’t perform that action at this time.
0 commit comments