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

Commit 61ea007

Browse files
committed
Merge pull request #563 from samsonasik/rem-unused-use
remove unused use statements in NotFoundHandlerTest
2 parents 70a6f50 + c230cb4 commit 61ea007

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Handler/NotFoundHandlerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
1212
use Fig\Http\Message\RequestMethodInterface as RequestMethod;
1313
use Fig\Http\Message\StatusCodeInterface as StatusCode;
1414
use PHPUnit\Framework\TestCase;
15-
use Prophecy\Argument;
1615
use Prophecy\Prophecy\ObjectProphecy;
1716
use Psr\Http\Message\ResponseInterface;
1817
use Psr\Http\Message\ServerRequestInterface;
1918
use Psr\Http\Message\StreamInterface;
20-
use Psr\Http\Server\HandlerInterface;
2119
use Psr\Http\Server\RequestHandlerInterface;
2220
use Zend\Expressive\Handler\NotFoundHandler;
2321
use Zend\Expressive\Template\TemplateRendererInterface;

0 commit comments

Comments
 (0)