Skip to content

Commit

Permalink
Moved versionadded block to the top.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Mar 17, 2014
1 parent 16fead4 commit cb2be4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/class_loader/psr4_class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
The PSR-4 Class Loader
======================

Libraries that follow the `PSR-4`_ standard can be loaded with the ``Psr4ClassLoader``.

.. versionadded:: 2.5
The :class:`Symfony\\Component\\ClassLoader\\Psr4ClassLoader` was
introduced in Symfony 2.5.

Libraries that follow the `PSR-4`_ standard can be loaded with the ``Psr4ClassLoader``.

.. note::

If you manage your dependencies via Composer, you get a PSR-4 compatible
Expand Down

0 comments on commit cb2be4a

Please sign in to comment.