Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missed link to the external PSR-4 specification.
  • Loading branch information
fre5h committed May 9, 2016
commit 4e7aaea948a53aa844c8ab179a32abb4a2f8872c
3 changes: 2 additions & 1 deletion components/class_loader/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load your classes:
the `PSR-0`_ class naming standard;

* :doc:`/components/class_loader/psr4_class_loader`: loads classes that follow
the `PSR-4` class naming standard;
the `PSR-4`_ class naming standard;

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

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