fix docblock
This commit is contained in:
parent
a8cefc2dd1
commit
d5d2b67dcb
|
@ -19,7 +19,7 @@ class Handler extends ExceptionHandler
|
|||
/**
|
||||
* A list of the exception types that are not reported.
|
||||
*
|
||||
* @var array<int, class-string<Throwable>>
|
||||
* @var array<int, class-string<\Throwable>>
|
||||
*/
|
||||
protected $dontReport = [
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue