Completed
Push — 0.1.x ( 4972a0...752a54 )
by f
01:47
created
src/Formats/SevenZip.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
             $information->files[] = method_exists($entry, 'getUnixPath')
37 37
                 ? $entry->getUnixPath()
38 38
                 : str_replace('\\', '/', $entry->getPath());
39
-            $information->compressedFilesSize += (int)$entry->getPackedSize();
40
-            $information->uncompressedFilesSize += (int)$entry->getSize();
39
+            $information->compressedFilesSize += (int) $entry->getPackedSize();
40
+            $information->uncompressedFilesSize += (int) $entry->getSize();
41 41
         }
42 42
         return $information;
43 43
     }
Please login to merge, or discard this patch.