2
0
mirror of https://github.com/opencultureconsulting/php-basics.git synced 2025-02-16 00:00:16 +01:00

Fix typo in phpDoc

This commit is contained in:
Sebastian Meyer 2024-02-11 19:17:24 +01:00
parent e26a6d4b9d
commit 6cb08ef7a3

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());`
*