Improves generic types on the skeleton (#5740)

This commit is contained in:
Nuno Maduro
2021-12-03 15:04:57 +00:00
committed by GitHub
parent 7bf32280e2
commit 8a62ca2633
12 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ class Handler extends ExceptionHandler
/**
* A list of the exception types that are not reported.
*
* @var string[]
* @var array<int, class-string<Throwable>>
*/
protected $dontReport = [
//
@@ -19,7 +19,7 @@ class Handler extends ExceptionHandler
/**
* A list of the inputs that are never flashed for validation exceptions.
*
* @var string[]
* @var array<int, string>
*/
protected $dontFlash = [
'current_password',