Passed
Branch master (6ab75e)
by Sérgio Danilo
01:28
created
src/Zipper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
      */
207 207
     private function setFileName($file): string
208 208
     {
209
-        $filename = $this->dataFile($file)->filename . "-" . (string)time();
209
+        $filename = $this->dataFile($file)->filename . "-" . (string) time();
210 210
         return $filename;
211 211
     }
212 212
 
Please login to merge, or discard this patch.