File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ load your classes:
19
19
the `PSR-0 `_ class naming standard;
20
20
21
21
* :doc: `/components/class_loader/psr4_class_loader `: loads classes that follow
22
- the `PSR-4 ` class naming standard;
22
+ the `PSR-4 `_ class naming standard;
23
23
24
24
* :doc: `/components/class_loader/map_class_loader `: loads classes using
25
25
a static map from class name to file path.
@@ -45,5 +45,6 @@ You can install the component in 2 different ways:
45
45
.. include :: /components/require_autoload.rst.inc
46
46
47
47
.. _PSR-0 : http://www.php-fig.org/psr/psr-0/
48
+ .. _PSR-4 : http://www.php-fig.org/psr/psr-4/
48
49
.. _`autoloading mechanism` : http://php.net/manual/en/language.oop5.autoload.php
49
50
.. _Packagist : https://packagist.org/packages/symfony/class-loader
You can’t perform that action at this time.
0 commit comments