@@ -12,9 +12,9 @@ |
||
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 |