8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6af97 commit d1f4160Copy full SHA for d1f4160
src/Symfony/Component/Debug/Debug.php
@@ -23,10 +23,7 @@ class Debug
23
/**
24
* Enables the debug tools.
25
*
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.
+ * This method registers an error handler, an exception handler and a special class loader.
30
31
* @param int $errorReportingLevel The level of error reporting you want
32
* @param bool $displayErrors Whether to display errors (for development) or just log them (for production)
0 commit comments