@@ -13,7 +13,7 @@ |
||
| 13 | 13 | { |
| 14 | 14 | public static function unite(array $srcfiles, string $resultfile) |
| 15 | 15 | { |
| 16 | - $command = 'pdfunite ' . join(' ', $srcfiles) . ' '. $resultfile; |
|
| 16 | + $command = 'pdfunite '.join(' ', $srcfiles).' '.$resultfile; |
|
| 17 | 17 | $process = Process::fromShellCommandline($command); |
| 18 | 18 | $process->run(); |
| 19 | 19 | |