Skip to content

Commit

Permalink
Adjustments from comments by @bicpi
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Mar 17, 2014
1 parent a05da41 commit 16fead4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/class_loader/psr4_class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Libraries that follow the `PSR-4`_ standard can be loaded with the ``Psr4ClassLo

.. tip::

All Symfony Components follow PSR-4.
All Symfony components follow PSR-4.

Usage
-----

The following example demonstrates how you can use the
:class:`Symfony\\Component\\ClassLoader\\Psr4ClassLoader` autoloader to use
Symfony's Yaml component. Imagine, you downloaded both the ``ClassLoader`` and
``Yaml`` component as ZIP packages and unpacked them to a ``libs`` directory.
Symfony's Yaml component. Imagine, you downloaded both the ClassLoader and
Yaml component as ZIP packages and unpacked them to a ``libs`` directory.
The directory structure will look like this:

.. code-block:: text
Expand Down

0 comments on commit 16fead4

Please sign in to comment.