Test Setup Failed
Push — master ( 41f7ac...21f1bb )
by Php Easy Api
04:02
created
src/resta/Support/Process.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
      *
13 13
      * @param null|string $command
14 14
      */
15
-    public function command($command=null)
15
+    public function command($command = null)
16 16
     {
17
-        $process = new ProcessHandler($command,root.'');
17
+        $process = new ProcessHandler($command, root.'');
18 18
         $process->run();
19 19
 
20 20
         // executes after the command finishes
Please login to merge, or discard this patch.