Skip to content

Commit

Permalink
Merge pull request #521 from ergebnis/feature/php81
Browse files Browse the repository at this point in the history
Enhancement: Add `Php81` rule set
  • Loading branch information
localheinz authored Nov 29, 2021
2 parents c2b536b + 3913686 commit b4f759b
Show file tree
Hide file tree
Showing 4 changed files with 1,464 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`3.3.0...main`][3.3.0...main].

## [`3.3.0`][3.3.0]

For a full diff see [`3.2.0...3.3.0`][3.2.0...3.3.0].

### Added

* Added `Php80` rule set ([#521]), by [@dependabot]

### Changed

* Updated `friendsofphp/php-cs-fixer` ([#510]), by [@dependabot]
Expand Down Expand Up @@ -525,6 +533,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#503]: https://github.com/ergebnis/php-cs-fixer-config/pull/503
[#510]: https://github.com/ergebnis/php-cs-fixer-config/pull/510
[#513]: https://github.com/ergebnis/php-cs-fixer-config/pull/513
[#521]: https://github.com/ergebnis/php-cs-fixer-config/pull/521

[@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 @@ -30,6 +30,7 @@ Pick one of the rule sets:
* [`Ergebnis\PhpCsFixer\RuleSet\Php73`](src/RuleSet/Php73.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php74`](src/RuleSet/Php74.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php80`](src/RuleSet/Php80.php)
* [`Ergebnis\PhpCsFixer\RuleSet\Php81`](src/RuleSet/Php81.php)

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

Expand Down
Loading

0 comments on commit b4f759b

Please sign in to comment.