Update DEVELOPMENT.md

This commit is contained in:
Claude 2013-04-16 17:49:26 +03:00
parent ebacb30b46
commit 83f30f470e

View File

@ -3,7 +3,7 @@ You want to improve Stikked? Always welcome! Send us your pull request and you w
Some guidelines: Some guidelines:
* For PHP only files (not views/themes), please run the PHP Beautifier (http://pear.php.net/package/PHP_Beautifier) with the following parameters: * For PHP only files (not views/themes), please run the PHP Beautifier (http://pear.php.net/package/PHP_Beautifier) with the following parameters:
```bash ```
php_beautifier --indent_tabs -l "IndentStyles(style=bsd) ArrayNested() NewLines(before=function:T_CLASS:if,after=T_COMMENT) ListClassFunction()" php_beautifier --indent_tabs -l "IndentStyles(style=bsd) ArrayNested() NewLines(before=function:T_CLASS:if,after=T_COMMENT) ListClassFunction()"
``` ```
* Other people may modify your contribution. Don't take that personal; we all want to improve Stikked. Your input is always welcome! * Other people may modify your contribution. Don't take that personal; we all want to improve Stikked. Your input is always welcome!