|
@@ -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.