Skip to content

Commit

Permalink
Merge pull request #17 from equip/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
shadowhand committed Mar 1, 2016
2 parents 9cc5525 + 2f8060b commit 7d8cfab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Application.php
Expand Up @@ -5,7 +5,6 @@
use Auryn\Injector;
use Equip\Configuration\ConfigurationSet;
use Equip\Middleware\MiddlewareSet;
use Equip\Router;

class Application
{
Expand Down
2 changes: 1 addition & 1 deletion src/Handler/ExceptionHandler.php
Expand Up @@ -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
Expand Down

0 comments on commit 7d8cfab

Please sign in to comment.