fix docblock

This commit is contained in:
Taylor Otwell 2022-04-12 09:34:17 -05:00
parent a8cefc2dd1
commit d5d2b67dcb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Handler extends ExceptionHandler
/** /**
* A list of the exception types that are not reported. * A list of the exception types that are not reported.
* *
* @var array<int, class-string<Throwable>> * @var array<int, class-string<\Throwable>>
*/ */
protected $dontReport = [ protected $dontReport = [
// //