update wording

This commit is contained in:
Taylor Otwell 2022-04-12 09:31:23 -05:00
parent a507e14243
commit a8cefc2dd1

View File

@ -8,7 +8,7 @@ use Throwable;
class Handler extends ExceptionHandler
{
/**
* A list of exceptions with their corresponding custom log levels.
* A list of exception types with their corresponding custom log levels.
*
* @var array<class-string<\Throwable>, \Psr\Log\LogLevel::*>
*/