Adding php.tools as suggestion for tools to format source code

This commit is contained in:
Carlos C
2014-11-29 23:16:32 +01:00
parent 47fe13722d
commit 7a15d7153b

View File

@@ -29,8 +29,8 @@ and applications that implement the components can have consistency even when wo
You can use [PHP_CodeSniffer][phpcs] to check code against any one of these recommendations, and plugins for text editors
like [Sublime Text 2][st-cs] to be given real time feedback.
Use Fabien Potencier's [PHP Coding Standards Fixer][phpcsfixer] to automatically modify your code syntax so that it
conforms to these standards, saving you from fixing each problem by hand.
Use Fabien Potencier's [PHP Coding Standards Fixer][phpcsfixer], or [php.tools][phptools], to automatically modify your
code syntax so that it conforms to these standards, saving you from fixing each problem by hand.
English is preferred for all symbol names and code infrastructure. Comments may be written in any language easily readable
by all current and future parties who may be working on the codebase.
@@ -46,3 +46,4 @@ by all current and future parties who may be working on the codebase.
[phpcs]: http://pear.php.net/package/PHP_CodeSniffer/
[st-cs]: https://github.com/benmatselby/sublime-phpcs
[phpcsfixer]: http://cs.sensiolabs.org/
[phptools]: http://www.cirello.org/php.tools/