Various code cleanup.

This commit is contained in:
James Cole
2017-11-18 05:46:19 +01:00
parent 573e72f7fb
commit 0812901745
7 changed files with 15 additions and 3 deletions

View File

@@ -85,6 +85,8 @@ class Handler extends ExceptionHandler
* @SuppressWarnings(PHPMD.CyclomaticComplexity) // it's five its fine.
*
* @param \Exception $exception
*
* @return mixed|void
*/
public function report(Exception $exception)
{