Removed unused use statement

This commit is contained in:
Alejandro Celaya 2018-05-06 12:34:21 +02:00
parent 52d8ffa212
commit d8acc3c247

View file

@ -5,7 +5,6 @@ namespace ShlinkioTest\Shlink\Rest\Middleware\ShortCode;
use PHPUnit\Framework\TestCase;
use Prophecy\Argument;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Shlinkio\Shlink\Rest\Middleware\ShortCode\CreateShortCodeContentNegotiationMiddleware;