File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -177,14 +177,12 @@ in mind the following:
177
177
178
178
.. tip ::
179
179
180
- You can check the coding standards of your patch by running the following
181
- ` script < http://cs.sensiolabs.org/get/php-cs-fixer.phar >`_
182
- (` source < https://github.com/fabpot/PHP-CS-Fixer >`_):
180
+ When submitting pull requests, ` ubot `_ checks your code
181
+ for common typos and verifies that you are using the PHP coding standards
182
+ as defined in PSR-1 and PSR-2.
183
183
184
- .. code-block :: bash
185
-
186
- $ cd /path/to/symfony/src
187
- $ php symfony-cs-fixer.phar fix . Symfony20Finder
184
+ Whenever it detects problems, it kindly posts a comment on your pull request
185
+ with a patch.
188
186
189
187
.. tip ::
190
188
@@ -410,3 +408,4 @@ of all the commits. When you finish, execute the push command.
410
408
.. _`travis-ci.org status icon` : http://about.travis-ci.org/docs/user/status-images/
411
409
.. _`travis-ci.org Getting Started Guide` : http://about.travis-ci.org/docs/user/getting-started/
412
410
.. _`documentation repository` : https://github.com/symfony/symfony-docs
411
+ .. _ubot : http://ubot.io
You can’t perform that action at this time.
0 commit comments