Passed
Push — 0.1.x ( de528d...86f209 )
by f
02:20
created
src/Formats/SevenZip.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
         $information = new ArchiveInformation();
35 35
         foreach ($this->sevenZip->getEntries() as $entry) {
36 36
             $information->files[] = $entry->getUnixPath();
37
-            $information->compressedFilesSize += (int)$entry->getPackedSize();
38
-            $information->uncompressedFilesSize += (int)$entry->getSize();
37
+            $information->compressedFilesSize += (int) $entry->getPackedSize();
38
+            $information->uncompressedFilesSize += (int) $entry->getSize();
39 39
         }
40 40
         return $information;
41 41
     }
Please login to merge, or discard this patch.