Skip to content

Commit

Permalink
Additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed May 7, 2021
1 parent 0305edd commit 31908e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ to be chained with either `forProjects` or `forLibrary` public methods.
- `Factory::createForLibrary` was removed. Use the public method `forLibrary` to get similar effect.
- The `Liaison` and `CodeIgniter4` rulesets were removed.
- The deprecated `BaseRuleset` class was removed.
- Custom fixers were removed and moved to a new repository, [NexusPHP CS Fixers][1].
- Custom fixers were removed.

[1]: https://github.com/NexusPHP/cs-fixers

Please have a look at this library's [`.php_cs.dist`](.php_cs.dist) to have a glance of the new changes
in action. You can also refer to the [README](README.md) for additional details.
Please have a look at this library's [`.php-cs-fixer.dist.php`](.php-cs-fixer.dist.php) to
have a glance of the new changes in action. You can also refer to
the [README](README.md) for additional details.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/github/NexusPHP/cs-config/badge.svg?branch=develop)](https://coveralls.io/github/NexusPHP/cs-config?branch=develop)
[![Latest Stable Version](https://poser.pugx.org/nexusphp/cs-config/v)](//packagist.org/packages/nexusphp/cs-config)
[![license MIT](https://img.shields.io/github/license/nexusphp/cs-config)](LICENSE)
[![Total Downloads](https://poser.pugx.org/nexusphp/cs-config/downloads)](//packagist.org/packages/nexusphp/cs-config)

This library provides a factory for custom rulesets for [`friendsofphp/php-cs-fixer`][1].

Expand Down

0 comments on commit 31908e5

Please sign in to comment.