Completed
Push — master ( 2a581f...97ef46 )
by smiley
01:37
created
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.