Skip to content

Commit 2c7042f

Browse files
committed
Added the missing reference
1 parent 6fe5871 commit 2c7042f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributing/code/standards.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Symfony code is contributed by thousands of developers around the world. To make
55
every piece of code look and feel familiar, Symfony defines some coding standards
66
that all contributions must follow.
77

8-
These Symfony coding standards are based on the `PSR-1`_, `PSR-12`_ and `PSR-4`_
9-
standards, so you may already know most of them.
8+
These Symfony coding standards are based on the `PSR-1`_, `PSR-2`_, `PSR-4`_
9+
and `PSR-12`_ standards, so you may already know most of them.
1010

1111
Making your Code Follow the Coding Standards
1212
--------------------------------------------
@@ -287,6 +287,7 @@ License
287287
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
288288
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/
289289
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4/
290+
.. _`PSR-12`: https://www.php-fig.org/psr/psr-12/
290291
.. _`identical comparison`: https://www.php.net/manual/en/language.operators.comparison.php
291292
.. _`Yoda conditions`: https://en.wikipedia.org/wiki/Yoda_conditions
292293
.. _`camelCase`: https://en.wikipedia.org/wiki/Camel_case

0 commit comments

Comments
 (0)