Passed
Push — master ( 2b6422...e231e2 )
by Sérgio Danilo
02: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
-                    $name = $this->dataFile($file)->filename . "-" . (string)time();
214
+                    $name = $this->dataFile($file)->filename . "-" . (string) time();
215 215
                 }
216 216
             }
217 217
         }
Please login to merge, or discard this patch.