Skip to content

Commit 4cd15a9

Browse files
committed
minor #6720 [Component][ClassLoader]Remove invalid note (rendler-denis)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6720). Discussion ---------- [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 Commits ------- 314e64c [Component][ClassLoader]Remove invalid note
2 parents faca91a + 314e64c commit 4cd15a9

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)