mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 15:06:30 +02:00
Remove awkward clause.
The phrase about how well tested this library is seems out of place for a library that is compared to others in the same section. One would assume that that all of these are well tested.
This commit is contained in:
@@ -43,8 +43,8 @@ If you have PHP_CodeSniffer, then you can fix the code layout problems reported
|
||||
|
||||
phpcbf -w --standard=PSR2 file.php
|
||||
|
||||
Another option is to use the [PHP Coding Standards Fixer][phpcsfixer], which has a very well tested codebase. It will
|
||||
show which kind of errors the code structure had before it fixed them.
|
||||
Another option is to use the [PHP Coding Standards Fixer][phpcsfixer].
|
||||
It will show which kind of errors the code structure had before it fixed them.
|
||||
|
||||
php-cs-fixer fix -v --level=psr2 file.php
|
||||
|
||||
|
Reference in New Issue
Block a user