You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,9 @@
1
-
> [!CAUTION]
2
-
> This package is abandoned and no longer maintained. The author suggests using the [gomzyakov/pint](https://github.com/gomzyakov/pint) package instead.
This package allows sharing identical [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) formatting rules across all of your projects without copy-and-pasting configuration files.
12
9
@@ -17,7 +14,7 @@ This package allows sharing identical [php-cs-fixer](https://github.com/PHP-CS-F
17
14
Install [`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) & this package via Composer:
Change the value of `$routes` depending on where your project's source code is.
@@ -54,28 +51,28 @@ And then completely fix them all with:
54
51
55
52
## Configuration
56
53
57
-
You must pass a set of routes to the `Finder::createWithRoutes()` call. For example, for [Laravel](https://laravel.com) projects, this would be:
54
+
You must pass a set of routes to the `CodeStyleFinder::createWithRoutes()` call. For example, for [Laravel](https://laravel.com) projects, this would be:
0 commit comments