Skip to content

Commit 8c527b5

Browse files
authored
docs: update PHP CS Fixer spelling/link (#10025)
1 parent cc06dbe commit 8c527b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pint.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a name="introduction"></a>
1212
## Introduction
1313

14-
[Laravel Pint](https://github.com/laravel/pint) is an opinionated PHP code style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent.
14+
[Laravel Pint](https://github.com/laravel/pint) is an opinionated PHP code style fixer for minimalists. Pint is built on top of [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) and makes it simple to ensure that your code style stays clean and consistent.
1515

1616
Pint is automatically installed with all new Laravel applications so you may start using it immediately. By default, Pint does not require any configuration and will fix code style issues in your code by following the opinionated coding style of Laravel.
1717

@@ -116,7 +116,7 @@ However, if you wish, you may enable or disable specific rules in your `pint.jso
116116
}
117117
```
118118

119-
Pint is built on top of [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer). Therefore, you may use any of its rules to fix code style issues in your project: [PHP-CS-Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator).
119+
Pint is built on top of [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer). Therefore, you may use any of its rules to fix code style issues in your project: [PHP CS Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator).
120120

121121
<a name="excluding-files-or-folders"></a>
122122
### Excluding Files / Folders

0 commit comments

Comments
 (0)