diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index e0b0e827..b347cb86 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -11,7 +11,7 @@ class Handler extends ExceptionHandler /** * A list of the exception types that should not be reported. * - * @var array + * @var string[] */ protected $dontReport = [ 'Symfony\Component\HttpKernel\Exception\HttpException',