8000 The debug class loader is always loaded by Debug::enable(). · alcalyn/symfony@d1f4160 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1f4160

Browse files
committed
The debug class loader is always loaded by Debug::enable().
1 parent 9f6af97 commit d1f4160

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Symfony/Component/Debug/Debug.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ class Debug
2323
/**
2424
* Enables the debug tools.
2525
*
26-
* This method registers an error handler and an exception handler.
27-
*
28-
* If the Symfony ClassLoader component is available, a special
29-
* class loader is also registered.
26+
* This method registers an error handler, an exception handler and a special class loader.
3027
*
3128
* @param int $errorReportingLevel The level of error reporting you want
3229
* @param bool $displayErrors Whether to display errors (for development) or just log them (for production)

0 commit comments

Comments
 (0)
0