Completed
Push — master ( 722d0e...0420f0 )
by smiley
01:40
created
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.