Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Removes unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 13, 2018
1 parent 9d9320e commit 573965b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/DispatchMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Zend\Expressive\Router\DispatchMiddleware;
use Zend\Expressive\Router\Route;
use Zend\Expressive\Router\RouteResult;

class DispatchMiddlewareTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion test/MethodNotAllowedMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Prophecy\Prophecy\ObjectProphecy;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Zend\Expressive\Router\MethodNotAllowedMiddleware;
use Zend\Expressive\Router\RouteResult;
Expand Down

0 comments on commit 573965b

Please sign in to comment.