Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9d1d88d

Browse filesBrowse files
committed
fixed check_cs script reference
1 parent 610d989 commit 9d1d88d
Copy full SHA for 9d1d88d

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎contributing/code/patches.rst

Copy file name to clipboardExpand all lines: contributing/code/patches.rst
+4-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.