diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-07-09 21:10:10 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-07-09 21:10:10 +0100 |
| commit | 465ce18af230298a5c9ae59948a19e2481c66552 (patch) | |
| tree | fc39c53ce710d82dbc19c4a51d854c43380de93d /vendor/symfony/debug/Debug.php | |
| parent | 44b375abcee5d58bf9c5a3288c40e959755d0ba0 (diff) | |
| download | webtrees-465ce18af230298a5c9ae59948a19e2481c66552.tar.gz webtrees-465ce18af230298a5c9ae59948a19e2481c66552.tar.bz2 webtrees-465ce18af230298a5c9ae59948a19e2481c66552.zip | |
Update vendor libraries
Diffstat (limited to 'vendor/symfony/debug/Debug.php')
| -rw-r--r-- | vendor/symfony/debug/Debug.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/symfony/debug/Debug.php b/vendor/symfony/debug/Debug.php index aaa54118e0..8a2b6c8fe7 100644 --- a/vendor/symfony/debug/Debug.php +++ b/vendor/symfony/debug/Debug.php @@ -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) |
