summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Debug.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-07-09 21:10:10 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-07-09 21:10:10 +0100
commit465ce18af230298a5c9ae59948a19e2481c66552 (patch)
treefc39c53ce710d82dbc19c4a51d854c43380de93d /vendor/symfony/debug/Debug.php
parent44b375abcee5d58bf9c5a3288c40e959755d0ba0 (diff)
downloadwebtrees-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.php5
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)