We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2deabbf commit 0db73beCopy full SHA for 0db73be
1 file changed
system/Debug/Exceptions.php
@@ -141,11 +141,7 @@ public function exceptionHandler(Throwable $exception)
141
}
142
143
/**
144
- * Even in PHP7, some errors make it through to the errorHandler, so
145
- * convert these to Exceptions and let the exception handler log it and
146
- * display it.
147
- *
148
- * This seems to be primarily when a user triggers it with trigger_error().
+ * The callback to be registered to `set_error_handler()`.
149
*
150
* @return bool
151
0 commit comments