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:
Eric Poe
2016-07-16 14:05:12 -05:00
parent 859d12bbc4
commit 470cb1e571

View File

@@ -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