From 2f8060b1edcdc5c9fb15adc762cbf2dcce694485 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Mon, 29 Feb 2016 17:32:52 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- src/Application.php | 1 - src/Handler/ExceptionHandler.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Application.php b/src/Application.php index 5b5a8d5..5889100 100644 --- a/src/Application.php +++ b/src/Application.php @@ -5,7 +5,6 @@ use Auryn\Injector; use Equip\Configuration\ConfigurationSet; use Equip\Middleware\MiddlewareSet; -use Equip\Router; class Application { diff --git a/src/Handler/ExceptionHandler.php b/src/Handler/ExceptionHandler.php index d5c082e..3645ef3 100644 --- a/src/Handler/ExceptionHandler.php +++ b/src/Handler/ExceptionHandler.php @@ -2,13 +2,13 @@ namespace Equip\Handler; +use Equip\Exception\HttpException; use Exception; use InvalidArgumentException; use Negotiation\Negotiator; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; use Relay\ResolverInterface; -use Equip\Exception\HttpException; use Whoops\Run as Whoops; class ExceptionHandler