File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ follow the same guidelines, and you should too.
99Remember that the main advantage of standards is that every piece of code
1010looks and feels familiar, it's not about this or that being more readable.
1111
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 `_, ` PSR-2 `_ and `PSR-4 `_
1313documents.
1414
1515Since a picture - or some code - is worth a thousand words, here's a short
@@ -111,7 +111,7 @@ Structure
111111
112112* Define one class per file - this does not apply to private helper classes
113113 that are not intended to be instantiated from the outside and thus are not
114- concerned by the `PSR-0 `_ standard ;
114+ concerned by the `PSR-0 `_ and ` PSR-4 `_ autoload standards ;
115115
116116* Declare class properties before methods;
117117
@@ -185,3 +185,4 @@ License
185185.. _`PSR-0` : http://www.php-fig.org/psr/psr-0/
186186.. _`PSR-1` : http://www.php-fig.org/psr/psr-1/
187187.. _`PSR-2` : http://www.php-fig.org/psr/psr-2/
188+ .. _`PSR-4` : http://www.php-fig.org/psr/psr-4/
Original file line number Diff line number Diff line change @@ -342,4 +342,4 @@ Learn more from the Cookbook
342342
343343* :doc: `/cookbook/bundles/extension `
344344
345- .. _standards : http://www.php-fig.org/psr/psr-0 /
345+ .. _standards : http://www.php-fig.org/psr/psr-4 /
You can’t perform that action at this time.
0 commit comments