Skip to content

Commit

Permalink
Update docblock (#42029)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik authored Apr 18, 2022
1 parent e209f38 commit 300c66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Handler implements ExceptionHandlerContract
/**
* A list of the exception types that are not reported.
*
* @var string[]
* @var array<int, class-string<\Throwable>>
*/
protected $dontReport = [];

Expand Down Expand Up @@ -108,7 +108,7 @@ class Handler implements ExceptionHandlerContract
/**
* A list of the inputs that are never flashed for validation exceptions.
*
* @var string[]
* @var array<int, string>
*/
protected $dontFlash = [
'current_password',
Expand Down

0 comments on commit 300c66f

Please sign in to comment.