Fix typo in phpDoc

This commit is contained in:
Sebastian Meyer 2024-02-11 19:17:24 +01:00
parent e26a6d4b9d
commit 6cb08ef7a3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ use Throwable;
* Trigger errors for uncaught exceptions.
*
* 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());`
*