Skip to content

Commit 314e64c

Browse files
rendler-deniswouterj
authored andcommitted
[Component][ClassLoader]Remove invalid note
- remove the note mentioning that a class loader from this component is registered in app/autoload.php because in fact it loads Composer's autoloader
1 parent faca91a commit 314e64c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/class_loader/class_loader.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ is straightforward::
3333

3434
$loader->register();
3535

36-
.. note::
37-
38-
The autoloader is automatically registered in a Symfony application
39-
(see ``app/autoload.php``).
40-
4136
Use :method:`Symfony\\Component\\ClassLoader\\ClassLoader::addPrefix` or
4237
:method:`Symfony\\Component\\ClassLoader\\ClassLoader::addPrefixes` to register
4338
your classes::

0 commit comments

Comments
 (0)