Completed
Push — master ( 2a581f...97ef46 )
by smiley
01:37
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.
src/MagicAPI/EndpointDocblock.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,9 +102,9 @@
 block discarded – undo
102 102
 		$interfaceName = $name.'Interface';
103 103
 
104 104
 		$str = '<?php'.PHP_EOL.PHP_EOL
105
-		       .'namespace '.__NAMESPACE__.';'.PHP_EOL.PHP_EOL
106
-		       .'use \\'.$returntype.';'.PHP_EOL.PHP_EOL
107
-		       .'interface '.$interfaceName.'{'.PHP_EOL.PHP_EOL;
105
+			   .'namespace '.__NAMESPACE__.';'.PHP_EOL.PHP_EOL
106
+			   .'use \\'.$returntype.';'.PHP_EOL.PHP_EOL
107
+			   .'interface '.$interfaceName.'{'.PHP_EOL.PHP_EOL;
108 108
 
109 109
 		foreach($this->endpointMap->toArray() as $methodName => $params){
110 110
 
Please login to merge, or discard this patch.