Skip to content

Commit fa2235c

Browse files
committed
chore: apply updated php-cs-fixer rules
1 parent 1f8b901 commit fa2235c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RequestFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace PsrMock\Psr17;
66

7-
use Psr\Http\Message\{RequestFactoryInterface, RequestInterface, StreamInterface, UriInterface};
7+
use Psr\Http\Message\{RequestFactoryInterface, RequestInterface, UriInterface};
88

99
use PsrMock\Psr7\{Request, Uri};
1010
use function is_string;

src/ResponseFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace PsrMock\Psr17;
66

7-
use Psr\Http\Message\{ResponseFactoryInterface, ResponseInterface, StreamInterface};
7+
use Psr\Http\Message\{ResponseFactoryInterface, ResponseInterface};
88
use PsrMock\Psr7\Response;
99

1010
final class ResponseFactory implements ResponseFactoryInterface

0 commit comments

Comments
 (0)