Skip to content

Commit 07b139b

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Added the missing reference Change deprecated psr 2 to psr 12 from doc
2 parents 77ace60 + 2c7042f commit 07b139b

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-2`_ 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
--------------------------------------------
@@ -283,6 +283,7 @@ License
283283
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
284284
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/
285285
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4/
286+
.. _`PSR-12`: https://www.php-fig.org/psr/psr-12/
286287
.. _`identical comparison`: https://www.php.net/manual/en/language.operators.comparison.php
287288
.. _`Yoda conditions`: https://en.wikipedia.org/wiki/Yoda_conditions
288289
.. _`camelCase`: https://en.wikipedia.org/wiki/Camel_case

0 commit comments

Comments
 (0)