Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Remove Faker rule set #415

Merged
merged 1 commit into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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