We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e209f38 commit 300c66fCopy full SHA for 300c66f
src/Illuminate/Foundation/Exceptions/Handler.php
@@ -54,7 +54,7 @@ class Handler implements ExceptionHandlerContract
54
/**
55
* A list of the exception types that are not reported.
56
*
57
- * @var string[]
+ * @var array<int, class-string<\Throwable>>
58
*/
59
protected $dontReport = [];
60
@@ -108,7 +108,7 @@ class Handler implements ExceptionHandlerContract
108
109
* A list of the inputs that are never flashed for validation exceptions.
110
111
+ * @var array<int, string>
112
113
protected $dontFlash = [
114
'current_password',
0 commit comments