Skip to content

Commit 1542783

Browse files
authored
PHPDoc types should be covariant with the parent type (laravel#5714)
1 parent 9915831 commit 1542783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Exceptions/Handler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Handler extends ExceptionHandler
1010
/**
1111
* A list of the exception types that are not reported.
1212
*
13-
* @var array
13+
* @var string[]
1414
*/
1515
protected $dontReport = [
1616
//
@@ -19,7 +19,7 @@ class Handler extends ExceptionHandler
1919
/**
2020
* A list of the inputs that are never flashed for validation exceptions.
2121
*
22-
* @var array
22+
* @var string[]
2323
*/
2424
protected $dontFlash = [
2525
'current_password',

0 commit comments

Comments
 (0)