@@ -54,7 +54,7 @@ |
||
54 | 54 | public function offsetExists(string $fileOrDirName): bool |
55 | 55 | { |
56 | 56 | |
57 | - if($this->zipArchive->open($this->archiveName, ZipArchive::CREATE) === TRUE) { |
|
57 | + if ($this->zipArchive->open($this->archiveName, ZipArchive::CREATE) === TRUE) { |
|
58 | 58 | if (strpos($fileOrDirName, '.') === false) { |
59 | 59 | $fileOrDirName = rtrim($fileOrDirName, '/') . '/'; |
60 | 60 | } |