Skip to content

Commit 300c66f

Browse files
authored
Update docblock (#42029)
1 parent e209f38 commit 300c66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Illuminate/Foundation/Exceptions/Handler.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Handler implements ExceptionHandlerContract
5454
/**
5555
* A list of the exception types that are not reported.
5656
*
57-
* @var string[]
57+
* @var array<int, class-string<\Throwable>>
5858
*/
5959
protected $dontReport = [];
6060

@@ -108,7 +108,7 @@ class Handler implements ExceptionHandlerContract
108108
/**
109109
* A list of the inputs that are never flashed for validation exceptions.
110110
*
111-
* @var string[]
111+
* @var array<int, string>
112112
*/
113113
protected $dontFlash = [
114114
'current_password',

0 commit comments

Comments
 (0)