Fix typo in phpDoc
This commit is contained in:
parent
e26a6d4b9d
commit
6cb08ef7a3
|
@ -29,7 +29,7 @@ use Throwable;
|
||||||
* Trigger errors for uncaught exceptions.
|
* Trigger errors for uncaught exceptions.
|
||||||
*
|
*
|
||||||
* If registered as exception handler, this catches an uncaught exception and
|
* If registered as exception handler, this catches an uncaught exception and
|
||||||
* convert it into an internal PHP error of severity `E_USER_ERROR`.
|
* converts it into an internal PHP error of severity `E_USER_ERROR`.
|
||||||
*
|
*
|
||||||
* > Usage: `set_exception_handler(new TriggerExceptionError());`
|
* > Usage: `set_exception_handler(new TriggerExceptionError());`
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue