8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05da41 commit 16fead4Copy full SHA for 16fead4
components/class_loader/psr4_class_loader.rst
@@ -18,15 +18,15 @@ Libraries that follow the `PSR-4`_ standard can be loaded with the ``Psr4ClassLo
18
19
.. tip::
20
21
- All Symfony Components follow PSR-4.
+ All Symfony components follow PSR-4.
22
23
Usage
24
-----
25
26
The following example demonstrates how you can use the
27
:class:`Symfony\\Component\\ClassLoader\\Psr4ClassLoader` autoloader to use
28
-Symfony's Yaml component. Imagine, you downloaded both the ``ClassLoader`` and
29
-``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.
30
The directory structure will look like this:
31
32
.. code-block:: text
0 commit comments