Skip to content

Commit

Permalink
Merge 0d85b8c into 40245b4
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 29, 2021
2 parents 40245b4 + 0d85b8c commit e443ea4
Show file tree
Hide file tree
Showing 4 changed files with 2,106 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`2.12.0...main`][2.12.1...main].

### Added

* Added `Ergebnis\PhpCsFixer\Config\RuleSet\Php80`, a rule set for PHP 8.0 ([#350]), by [@localheinz]

## [`2.12.1`][2.12.1]

For a full diff see [`2.12.0...2.12.1`][2.12.0...2.12.1].
Expand Down Expand Up @@ -364,6 +368,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#343]: https://github.com/ergebnis/php-cs-fixer-config/pull/343
[#344]: https://github.com/ergebnis/php-cs-fixer-config/pull/344
[#348]: https://github.com/ergebnis/php-cs-fixer-config/pull/348
[#350]: https://github.com/ergebnis/php-cs-fixer-config/pull/350

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

Create a configuration file `.php_cs` in the root of your project:
Expand Down
Loading

0 comments on commit e443ea4

Please sign in to comment.