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-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.
10
10
11
11
Making your Code Follow the Coding Standards
12
12
--------------------------------------------
@@ -287,6 +287,7 @@ License
287
287
.. _`PSR-1` : https://www.php-fig.org/psr/psr-1/
288
288
.. _`PSR-2` : https://www.php-fig.org/psr/psr-2/
289
289
.. _`PSR-4` : https://www.php-fig.org/psr/psr-4/
290
+ .. _`PSR-12` : https://www.php-fig.org/psr/psr-12/
290
291
.. _`identical comparison` : https://www.php.net/manual/en/language.operators.comparison.php
291
292
.. _`Yoda conditions` : https://en.wikipedia.org/wiki/Yoda_conditions
292
293
.. _`camelCase` : https://en.wikipedia.org/wiki/Camel_case
You can’t perform that action at this time.
0 commit comments