Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1b7920

Browse files
committed
[Debug] fix readme: DebugClassLoader moved to debug itself
1 parent 26ef430 commit d1b7920

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Debug/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ if ('cli' !== php_sapi_name()) {
2727
ErrorHandler::register();
2828
```
2929

30-
Note that the `Debug::enable()` call also registers the debug class loader
31-
from the Symfony ClassLoader component when available.
30+
Note that the `Debug::enable()` call also registers the debug class loader.
3231

3332
This component can optionally take advantage of the features of the HttpKernel
3433
and HttpFoundation components.

0 commit comments

Comments
 (0)