@@ -7,12 +7,12 @@ |
||
7 | 7 | |
8 | 8 | class ProcessHandler |
9 | 9 | { |
10 | - /** |
|
11 | - * Run the Symfony fromShellCommandLine |
|
12 | - * |
|
13 | - * @param string $command |
|
14 | - * @return boolean |
|
15 | - */ |
|
10 | + /** |
|
11 | + * Run the Symfony fromShellCommandLine |
|
12 | + * |
|
13 | + * @param string $command |
|
14 | + * @return boolean |
|
15 | + */ |
|
16 | 16 | public function run(string $command): bool |
17 | 17 | { |
18 | 18 | $process = Process::fromShellCommandline($command, null, null, null, 999.00); |