File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ follow the same guidelines, and you should too.
9
9
Remember that the main advantage of standards is that every piece of code
10
10
looks and feels familiar, it's not about this or that being more readable.
11
11
12
- Symfony follows the standards defined in the PSR-0, PSR-1, and PSR-2
12
+ Symfony follows the standards defined in the ` PSR-0 `_, ` PSR-1 `_ and ` PSR-2 `_
13
13
documents.
14
14
15
15
Since a picture - or some code - is worth a thousand words, here's a short
@@ -63,7 +63,7 @@ example containing most features described below:
63
63
} else {
64
64
$dummy = ucwords($dummy);
65
65
}
66
- }
66
+ }
67
67
68
68
return $dummy;
69
69
}
@@ -121,3 +121,7 @@ License
121
121
122
122
* Symfony is released under the MIT license, and the license block has to be
123
123
present at the top of every PHP file, before the namespace.
124
+
125
+ .. _`PSR-0` : https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
126
+ .. _`PSR-1` : https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
127
+ .. _`PSR-2` : https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
You can’t perform that action at this time.
0 commit comments