Skip to content

Commit 491dfbd

Browse files
committed
💄
1 parent b2d514e commit 491dfbd

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

src/Psr7/Message.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
namespace chillerlan\HTTP\Psr7;
1414

15-
use chillerlan\HTTP\Psr17;
16-
use chillerlan\HTTP\Psr17\StreamFactory;
15+
use chillerlan\HTTP\{Psr17, Psr17\StreamFactory};
1716
use Psr\Http\Message\{MessageInterface, StreamInterface};
1817

1918
abstract class Message implements MessageInterface{

src/Psr7/Stream.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212

1313
namespace chillerlan\HTTP\Psr7;
1414

15-
use Exception;
16-
use InvalidArgumentException;
1715
use Psr\Http\Message\StreamInterface;
18-
use RuntimeException;
16+
use Exception, InvalidArgumentException, RuntimeException;
1917

2018
final class Stream implements StreamInterface{
2119

src/Psr7/UploadedFile.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212

1313
namespace chillerlan\HTTP\Psr7;
1414

15-
use chillerlan\HTTP\Psr17;
16-
use chillerlan\HTTP\Psr17\StreamFactory;
17-
use InvalidArgumentException;
15+
use chillerlan\HTTP\{Psr17, Psr17\StreamFactory};
1816
use Psr\Http\Message\{StreamInterface, UploadedFileInterface};
19-
use RuntimeException;
17+
use InvalidArgumentException, RuntimeException;
2018

2119
final class UploadedFile implements UploadedFileInterface{
2220

0 commit comments

Comments
 (0)