File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ Customized coding standards for Symfony projects.
77
88Documentation
99-------------
10- * [ PHP Coding Standard] ( docs/standards.md )
1110 * [ Installation] ( docs/installation.md )
11+ * [ Php Coding Standard] ( docs/php.md )
12+ * [ Twig Coding Standard] ( docs/twig.md )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ bin/phpcs -i
2727
2828```
2929bin/phpcs --standard=SymfonyCustom /path/to/code
30+ bin/twigcs lint /path/to/code
3031```
3132
32335 . (optional) Set up PHPStorm
Original file line number Diff line number Diff line change 1- # PHP CS Coding Standard Rules
1+ # PHP Coding Standard Rules
22## From PSR2
33
44We imported the [ PSR2 Standard] ( ./standards/psr2.md ) with these overrides:
Original file line number Diff line number Diff line change 1+ # Twig Coding Standard Rules
2+
3+ In construction...
4+
5+ See [ official one] ( http://twig.sensiolabs.org/doc/coding_standards.html ) .
You can’t perform that action at this time.
0 commit comments