Passed
Push — master ( 18e44b...3a1d00 )
by Sérgio Danilo
01:27
created
src/Zipper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
         if (!is_null($dataFile = $this->dataFile($file))) {
71 71
 
72 72
             $path = $this->destiny($file);
73
-           // $this->zip = new \ZipArchive();
73
+            // $this->zip = new \ZipArchive();
74 74
             if ($this->zip->open($path, $this->zip::CREATE) === true) {
75 75
                 $bool = $this->zip->addFile($file, $dataFile->basename);
76 76
                 $this->zip->close();
Please login to merge, or discard this patch.