The debug class loader is always loaded by Debug::enable().

This commit is contained in:
Alexander M. Turek 2018-06-22 17:01:26 +02:00
parent 9f6af974fa
commit d1f41601f4

View File

@ -23,10 +23,7 @@ class Debug
/**
* Enables the debug tools.
*
* This method registers an error handler and an exception handler.
*
* If the Symfony ClassLoader component is available, a special
* class loader is also registered.
* This method registers an error handler, an exception handler and a special class loader.
*
* @param int $errorReportingLevel The level of error reporting you want
* @param bool $displayErrors Whether to display errors (for development) or just log them (for production)