mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Adding php.tools as suggestion for tools to format source code
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user