Completed
Push — master ( cb070b...a0270f )
by smiley
01:27
created
src/Psr7/MultipartStream.php 1 patch
Unused Use Statements   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,8 @@
 block discarded – undo
14 14
 
15 15
 namespace chillerlan\HTTP\Psr7;
16 16
 
17
-use InvalidArgumentException, RuntimeException;
17
+use InvalidArgumentException;
18
+use RuntimeException;
18 19
 
19 20
 use function chillerlan\HTTP\Psr17\{create_stream, create_stream_from_input};
20 21
 use function array_merge, basename, is_string, pathinfo, random_bytes, sha1, strlen, strtolower, substr;
Please login to merge, or discard this patch.