Remove line about phptools on ccirello's request.

ccirello is a maintainer of phpfmt/php.tools - so if he doesn't want his
project mentioned...
This commit is contained in:
Ken Guest
2016-05-27 09:34:42 +01:00
parent 83a7bd6920
commit f626af3bd2

View File

@@ -32,7 +32,6 @@ editors like [Sublime Text 2][st-cs] to be given real time feedback.
You can fix the code layout automatically by using one of the following tools:
- One is the [PHP Coding Standards Fixer][phpcsfixer] which has a very well tested codebase.
- Another option is [php.tools][phptools], which is made popular by the [sublime-phpfmt][sublime-phpfmt] editor plugin. While being newer, it makes great improvements in performance, meaning real-time editor fixing is more fluid.
- Also, the [PHP Code Beautifier and Fixer][phpcbf] tool which is included with PHP_CodeSniffer can be used to adjust your code accordingly.
And you can run phpcs manually from shell:
@@ -59,5 +58,4 @@ readable by all current and future parties who may be working on the codebase.
[phpcbf]: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Fixing-Errors-Automatically
[st-cs]: https://github.com/benmatselby/sublime-phpcs
[phpcsfixer]: http://cs.sensiolabs.org/
[phptools]: https://github.com/phpfmt/php.tools
[sublime-phpfmt]: https://github.com/phpfmt/sublime-phpfmt