Skip to content

Commit 0db73be

Browse files
committed
docs: reword copy-pasted description of callback
1 parent 2deabbf commit 0db73be

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

system/Debug/Exceptions.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ public function exceptionHandler(Throwable $exception)
141141
}
142142

143143
/**
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().
144+
* The callback to be registered to `set_error_handler()`.
149145
*
150146
* @return bool
151147
*

0 commit comments

Comments
 (0)