More specific docblock

This commit is contained in:
Graham Campbell
2015-03-30 21:48:57 +01:00
parent 3f0b2d1375
commit 0f44fab68c

View File

@@ -11,7 +11,7 @@ class Handler extends ExceptionHandler
/**
* A list of the exception types that should not be reported.
*
* @var array
* @var string[]
*/
protected $dontReport = [
'Symfony\Component\HttpKernel\Exception\HttpException',