Completed
Push — master ( f9eb6d...e149f7 )
by Andrii
07:39
created
src/helpers/Hidev.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,10 +19,10 @@
 block discarded – undo
19 19
 {
20 20
     public static function exec($route, array $args, $wait = false)
21 21
     {
22
-        $path = dirname(__DIR__) . '/bin/hidev';
22
+        $path = dirname(__DIR__).'/bin/hidev';
23 23
         $command = "$path $route";
24 24
         foreach ($args as $arg) {
25
-            $command .= ' ' . escapeshellarg($arg);
25
+            $command .= ' '.escapeshellarg($arg);
26 26
         }
27 27
         $amp = $wait ? '' : '&';
28 28
 
Please login to merge, or discard this patch.