Skip to content

Commit cb2be4a

Browse files
committed
Moved versionadded block to the top.
1 parent 16fead4 commit cb2be4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/class_loader/psr4_class_loader.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
The PSR-4 Class Loader
55
======================
66

7-
Libraries that follow the `PSR-4`_ standard can be loaded with the ``Psr4ClassLoader``.
8-
97
.. versionadded:: 2.5
108
The :class:`Symfony\\Component\\ClassLoader\\Psr4ClassLoader` was
119
introduced in Symfony 2.5.
1210

11+
Libraries that follow the `PSR-4`_ standard can be loaded with the ``Psr4ClassLoader``.
12+
1313
.. note::
1414

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

0 commit comments

Comments
 (0)