Completed
Push — master ( 97ef46...8fa479 )
by smiley
01:36
created
src/MagicAPI/EndpointDocblock.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -105,9 +105,9 @@
 block discarded – undo
105 105
 		$interfaceName = $name.'Interface';
106 106
 
107 107
 		$str = '<?php'.PHP_EOL.PHP_EOL
108
-		       .'namespace '.__NAMESPACE__.';'.PHP_EOL.PHP_EOL
109
-		       .'use \\'.$returntype.';'.PHP_EOL.PHP_EOL
110
-		       .'interface '.$interfaceName.'{'.PHP_EOL.PHP_EOL;
108
+			   .'namespace '.__NAMESPACE__.';'.PHP_EOL.PHP_EOL
109
+			   .'use \\'.$returntype.';'.PHP_EOL.PHP_EOL
110
+			   .'interface '.$interfaceName.'{'.PHP_EOL.PHP_EOL;
111 111
 
112 112
 		$ep = $this->endpointMap->toArray();
113 113
 		ksort($ep);
Please login to merge, or discard this patch.