Skip to content

Commit

Permalink
chore: apply updated php-cs-fixer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 4, 2024
1 parent 1f8b901 commit fa2235c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/RequestFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace PsrMock\Psr17;

use Psr\Http\Message\{RequestFactoryInterface, RequestInterface, StreamInterface, UriInterface};
use Psr\Http\Message\{RequestFactoryInterface, RequestInterface, UriInterface};

use PsrMock\Psr7\{Request, Uri};
use function is_string;
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace PsrMock\Psr17;

use Psr\Http\Message\{ResponseFactoryInterface, ResponseInterface, StreamInterface};
use Psr\Http\Message\{ResponseFactoryInterface, ResponseInterface};
use PsrMock\Psr7\Response;

final class ResponseFactory implements ResponseFactoryInterface
Expand Down

0 comments on commit fa2235c

Please sign in to comment.