Skip to content

Commit

Permalink
bug #4856 [Components][Debug] fix DebugClassLoader namespace (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.5 branch.

Discussion
----------

[Components][Debug] fix DebugClassLoader namespace

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.5+
| Fixed tickets |

The class loader is located in the Debug component and not in the
ClassLoader component.

Commits
-------

32a589b [Components][Debug] fix DebugClassLoader namespace
  • Loading branch information
wouterj committed Jan 23, 2015
2 parents 6f1bbab + 32a589b commit 8ef3477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/debug/class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ with a ``DebugClassLoader`` wrapper.
Using the ``DebugClassLoader`` is as easy as calling its static
:method:`Symfony\\Component\\Debug\\DebugClassLoader::enable` method::

use Symfony\Component\ClassLoader\DebugClassLoader;
use Symfony\Component\Debug\DebugClassLoader;

DebugClassLoader::enable();

0 comments on commit 8ef3477

Please sign in to comment.