Passed
Push — master ( 76ff82...59d73f )
by Sérgio Danilo
01:35
created
src/Zipper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
         if (!empty($directory)) {
212 212
             foreach ($directory as $item) {
213 213
                 if (pathinfo($item)["filename"] == pathinfo($file)["filename"]) {
214
-                    $filename = $this->dataFile($file)->filename . "-" . (string)time();
214
+                    $filename = $this->dataFile($file)->filename . "-" . (string) time();
215 215
                 }
216 216
             }
217 217
         }
Please login to merge, or discard this patch.