@@ -34,8 +34,8 @@ |
||
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 | } |