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

Commit bd9567a

Browse files
committed
Removed redundant imports
1 parent 178d40e commit bd9567a

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/ProblemDetailsResponseFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Negotiation\Negotiator;
1515
use Psr\Http\Message\ResponseInterface;
1616
use Psr\Http\Message\ServerRequestInterface;
17-
use Psr\Http\Message\StreamInterface;
1817
use Spatie\ArrayToXml\ArrayToXml;
1918
use Throwable;
2019

test/ProblemDetailsAssertionsTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PHPUnit\Framework\Assert;
1313
use Prophecy\Argument;
1414
use Prophecy\Prophecy\ObjectProphecy;
15-
use Psr\Http\Message\ResponseInterface;
1615
use Psr\Http\Message\StreamInterface;
1716
use Throwable;
1817

test/ProblemDetailsMiddlewareTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use function trigger_error;
2222

2323
use const E_USER_ERROR;
24-
use ZendTest\ProblemDetails\TestAsset;
2524

2625
class ProblemDetailsMiddlewareTest extends TestCase
2726
{

test/ProblemDetailsResponseFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Psr\Http\Message\ServerRequestInterface;
1919
use Psr\Http\Message\StreamInterface;
2020
use RuntimeException;
21-
use Zend\ProblemDetails\Exception\InvalidResponseBodyException;
2221
use Zend\ProblemDetails\Exception\ProblemDetailsExceptionInterface;
2322
use Zend\ProblemDetails\ProblemDetailsResponseFactory;
2423

0 commit comments

Comments
 (0)