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
5
5
every piece of code look and feel familiar, Symfony defines some coding standards
6
6
that all contributions must follow.
7
7
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.
10
10
11
11
Making your Code Follow the Coding Standards
12
12
--------------------------------------------
@@ -283,6 +283,7 @@ License
283
283
.. _`PSR-1` : https://www.php-fig.org/psr/psr-1/
284
284
.. _`PSR-2` : https://www.php-fig.org/psr/psr-2/
285
285
.. _`PSR-4` : https://www.php-fig.org/psr/psr-4/
286
+ .. _`PSR-12` : https://www.php-fig.org/psr/psr-12/
286
287
.. _`identical comparison` : https://www.php.net/manual/en/language.operators.comparison.php
287
288
.. _`Yoda conditions` : https://en.wikipedia.org/wiki/Yoda_conditions
288
289
.. _`camelCase` : https://en.wikipedia.org/wiki/Camel_case
You can’t perform that action at this time.
0 commit comments