@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | if ($this->deleteTarget) { |
86 | 86 | $this->deleteTarget = false; |
87 | 87 | $result->debug('target will be deleted as well'); |
88 | - $result->debug('delete ' . $target->getPathname()); |
|
88 | + $result->debug('delete '.$target->getPathname()); |
|
89 | 89 | } |
90 | 90 | parent::simulate($target, $collector, $result); |
91 | 91 | } |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | // should the currently created backup be deleted as well? |
140 | 140 | if ($this->deleteTarget) { |
141 | 141 | $file = $target->toFile(); |
142 | - $index = date('YmdHis', $file->getMTime()) . '-' . count($files) . '-' . $file->getPathname(); |
|
142 | + $index = date('YmdHis', $file->getMTime()).'-'.count($files).'-'.$file->getPathname(); |
|
143 | 143 | $files[$index] = $file; |
144 | 144 | } |
145 | 145 | return $files; |