File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Symfony code is contributed by thousands of developers around the world. To make
55every piece of code look and feel familiar, Symfony defines some coding standards
66that 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
1111Making 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
You can’t perform that action at this time.
0 commit comments