Skip to content

Commit

Permalink
Fix: Remove Faker rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 4, 2021
1 parent 7663d16 commit 9107b26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 418 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ For a full diff see [`2.14.0...main`][2.14.0...main].
* Removed `Php71` rule set ([#409]), by [@localheinz]
* Removed `Php72` rule set ([#410]), by [@localheinz]
* Removed `Laravel6` rule set ([#413]), by [@localheinz]
* Removed `Faker` rule set ([#415]), by [@localheinz]

## [`2.14.0`][2.14.0]

Expand Down Expand Up @@ -418,6 +419,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#409]: https://github.com/ergebnis/php-cs-fixer-config/pull/409
[#410]: https://github.com/ergebnis/php-cs-fixer-config/pull/410
[#413]: https://github.com/ergebnis/php-cs-fixer-config/pull/413
[#415]: https://github.com/ergebnis/php-cs-fixer-config/pull/415

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $ composer require --dev ergebnis/php-cs-fixer-config

Pick one of the rule sets:

* [`Ergebnis\PhpCsFixer\RuleSet\Faker`](src/RuleSet/Faker.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)
Expand Down
207 changes: 0 additions & 207 deletions src/RuleSet/Faker.php

This file was deleted.

Loading

0 comments on commit 9107b26

Please sign in to comment.