8000 fixed check_cs script reference · jeremyFreeAgent/symfony-docs@9d1d88d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d1d88d

Browse files
committed
fixed check_cs script reference
1 parent 610d989 commit 9d1d88d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contributing/code/patches.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,13 @@ in mind the following:
169169

170170
.. tip::
171171

172-
You can check the coding standards of your patch by running the
173-
``check_cs`` script bundled with the Symfony repository:
172+
You can check the coding standards of your patch by running the following
173+
[script](https://github.com/fabpot/Symfony-CS-Fixer/raw/master/symfony-cs-fixer.phar):
174174

175175
.. code-block:: bash
176176
177-
$ ./check_cs fix
177+
$ cd /path/to/symfony/src
178+
$ php symfony-cs-fixer.phar fix . Symfony20Finder
178179
179180
.. tip::
180181

0 commit comments

Comments
 (0)
0