Completed
Push — master ( 1b0e32...2f2d3f )
by Omar
02:27
created
src/TemplesOfCode/CodeSanity/Location/RemoteLocation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
         $commandChain = $this->buildRemoteCommandChain();
167 167
 
168 168
         $remoteCommand = $commandChain->getCommand();
169
-        $remoteCommand = str_replace('\\','\\\\' , $remoteCommand);
169
+        $remoteCommand = str_replace('\\', '\\\\', $remoteCommand);
170 170
 
171 171
         $sshCommand = $remoteConnection->getCommand(true);
172 172
         $sshCommand->addParameter(sprintf(
Please login to merge, or discard this patch.