Completed
Push — master ( 82a55c...f6a4e4 )
by Sebastian
05:58
created
src/Backup/Cleaner/Capacity.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.