Passed
Push — master ( 46f3eb...ec0985 )
by Andreas
06:15
created
src/Converter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             throw new FileNotFound("could not find pdf {$source}");
46 46
         }
47 47
         if (!$target) {
48
-            $this->target = pathinfo($this->source, PATHINFO_DIRNAME).'/'.pathinfo($this->source, PATHINFO_FILENAME);
48
+            $this->target = pathinfo($this->source, PATHINFO_DIRNAME) . '/' . pathinfo($this->source, PATHINFO_FILENAME);
49 49
         } else {
50 50
             $this->target($target);
51 51
         }
Please login to merge, or discard this patch.