Passed
Push — master ( 862056...74da5d )
by Petr
02:45 queued 34s
created
php-src/Manage/FileInput.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,11 +38,11 @@
 block discarded – undo
38 38
 
39 39
     public function getName(): string
40 40
     {
41
-        return $this->filePosition ? sprintf('%03d_%s', intval($this->filePosition), $this->fileName) : $this->fileName ;
41
+        return $this->filePosition ? sprintf('%03d_%s', intval($this->filePosition), $this->fileName) : $this->fileName;
42 42
     }
43 43
 
44 44
     public function getFullName(): string
45 45
     {
46
-        return $this->targetDir . DIRECTORY_SEPARATOR . $this->getName() ;
46
+        return $this->targetDir . DIRECTORY_SEPARATOR . $this->getName();
47 47
     }
48 48
 }
Please login to merge, or discard this patch.