@@ -27,7 +27,7 @@ |
||
27 | 27 | // more than one! |
28 | 28 | do { |
29 | 29 | $exMessages[] = $ex->getMessage(); |
30 | - } while($ex = $ex->getPrev()); // NOT previous |
|
30 | + } while ($ex = $ex->getPrev()); // NOT previous |
|
31 | 31 | } |
32 | 32 | |
33 | 33 | // check constants |
@@ -38,11 +38,11 @@ |
||
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 | } |