We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9915831 commit 1542783Copy full SHA for 1542783
app/Exceptions/Handler.php
@@ -10,7 +10,7 @@ class Handler extends ExceptionHandler
10
/**
11
* A list of the exception types that are not reported.
12
*
13
- * @var array
+ * @var string[]
14
*/
15
protected $dontReport = [
16
//
@@ -19,7 +19,7 @@ class Handler extends ExceptionHandler
19
20
* A list of the inputs that are never flashed for validation exceptions.
21
22
23
24
protected $dontFlash = [
25
'current_password',
0 commit comments