Completed
Push — master ( 78d4e7...979ecb )
by smiley
02:57
created
src/MagicAPI/ApiClientTrait.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
 
13 13
 namespace chillerlan\HTTP\MagicAPI;
14 14
 
15
-use chillerlan\HTTP\Psr7;
16 15
 use Psr\Http\Message\ResponseInterface;
17 16
 use Psr\Log\LoggerInterface;
18 17
 use ReflectionClass;
18
+use chillerlan\HTTP\Psr7;
19 19
 
20 20
 /**
21 21
  * @link http://php.net/manual/language.oop5.magic.php#118617
Please login to merge, or discard this patch.
src/Psr7/UploadedFile.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 
13 13
 namespace chillerlan\HTTP\Psr7;
14 14
 
15
+use InvalidArgumentException;
15 16
 use chillerlan\HTTP\Psr17;
16 17
 use chillerlan\HTTP\Psr17\StreamFactory;
17
-use InvalidArgumentException;
18 18
 use Psr\Http\Message\{StreamInterface, UploadedFileInterface};
19 19
 use RuntimeException;
20 20
 
Please login to merge, or discard this patch.