Passed
Pull Request — master (#131)
by
unknown
03:00
created
src/Libraries/Archive/Zip.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.