Completed
Push — master ( 2e76bc...db93eb )
by joseph
03:55 queued 01:05
created
src/MockServer.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -133,14 +133,14 @@
 block discarded – undo
133 133
         }
134 134
 
135 135
         return $noXdebugFunction
136
-               .'cd '.$this->htdocsPath.';'
137
-               .$nohup
138
-               .'php'
139
-               .$iniPathConfig
140
-               .' -d error_reporting=E_ALL'
141
-               .' -d error_log=\''.$logFilePath.'\''
142
-               .' -S '.$this->ipAddress.':'.$this->port.' '.$this->routerPath
143
-               .$detatch;
136
+                .'cd '.$this->htdocsPath.';'
137
+                .$nohup
138
+                .'php'
139
+                .$iniPathConfig
140
+                .' -d error_reporting=E_ALL'
141
+                .' -d error_log=\''.$logFilePath.'\''
142
+                .' -S '.$this->ipAddress.':'.$this->port.' '.$this->routerPath
143
+                .$detatch;
144 144
     }
145 145
 
146 146
 
Please login to merge, or discard this patch.