Completed
Push — master ( c49df7...90c7d4 )
by Nils
04:57
created
src/Extensions/CookieMaker/CookieMakerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         $this->sessionContainer = new SessionContainer();
21 21
 
22 22
         foreach ($sessions as $sessionName => $session) {
23
-            $command = $this->executable . " '" . json_encode($session) . "' '" . $cacheDir . "' '" . $webdriverHost . "'";
23
+            $command = $this->executable." '".json_encode($session)."' '".$cacheDir."' '".$webdriverHost."'";
24 24
 
25 25
             exec($command, $output, $return);
26 26
 
Please login to merge, or discard this patch.