Passed
Push — master ( 3f796d...d5fa8e )
by Andreas
01:50
created
src/Pdfunite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.