Skip to content

Commit d13aa70

Browse files
committed
minor #6557 [ClassLoader] Add missed link to the external PSR-4 specification (nicolas-grekas, fre5h)
This PR was submitted for the 2.6 branch but it was merged into the 2.7 branch instead (closes #6557). Discussion ---------- [ClassLoader] Add missed link to the external PSR-4 specification | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6+ | Fixed tickets | N/A There is already the link to the external PSR-0 specification, but for PSR-4 this link is missed. So I added it. Commits ------- 9169d7f Add missed link to the external PSR-4 specification.
2 parents 9f370c6 + 9169d7f commit d13aa70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/class_loader/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ load your classes:
1919
the `PSR-0`_ class naming standard;
2020

2121
* :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;
2323

2424
* :doc:`/components/class_loader/map_class_loader`: loads classes using
2525
a static map from class name to file path.
@@ -45,5 +45,6 @@ You can install the component in 2 different ways:
4545
.. include:: /components/require_autoload.rst.inc
4646

4747
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
48+
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
4849
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
4950
.. _Packagist: https://packagist.org/packages/symfony/class-loader

0 commit comments

Comments
 (0)