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