8000 [Contributing] Add PSR-1 and 2 links · symfony/symfony-docs@70ed645 · GitHub
[go: up one dir, main page]

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 70ed645

Browse files
committed
[Contributing] Add PSR-1 and 2 links
1 parent 6796ba8 commit 70ed645

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributing/code/patches.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ in mind the following:
179179

180180
When submitting pull requests, `fabbot`_ checks your code
181181
for common typos and verifies that you are using the PHP coding standards
182-
as defined in PSR-1 and PSR-2.
182+
as defined in `PSR-1`_ and `PSR-2`_.
183183

184184
A status is posted below the pull request description with a summary
185185
of any problems it detects or any Travis CI build failures.
@@ -410,3 +410,5 @@ second and the last commits, and replace it by the word ``squash`` or just
410410
.. _`travis-ci.org Getting Started Guide`: http://about.travis-ci.org/docs/user/getting-started/
411411
.. _`documentation repository`: https://github.com/symfony/symfony-docs
412412
.. _`fabbot`: http://fabbot.io
413+
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
414+
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/

0 commit comments

Comments
 (0)
0