Passed
Push — master ( eada12...b6d5c3 )
by Andreas
02:24 queued 11s
created
src/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     public function check()
55 55
     {
56
-        $command = $this->executable . ' -pdf '. $this->file .' - 2>&1 >/dev/null';
56
+        $command = $this->executable . ' -pdf ' . $this->file . ' - 2>&1 >/dev/null';
57 57
 
58 58
         $process = new Process($command);
59 59
         $process->run();
Please login to merge, or discard this patch.