Test Failed
Push — master ( 9130d0...7b8d46 )
by Guillaume
02:43
created
app/Services/DocsetPackager.php 1 patch
Switch Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -148,8 +148,4 @@
 block discarded – undo
148 148
         if ($this->docset->icon32()) {
149 149
             Storage::copy(
150 150
                 "{$this->docset->downloadedDirectory()}/{$this->docset->icon32()}",
151
-                "{$this->docset->file()}/[email protected]"
152
-            );
153
-        }
154
-    }
155
-}
151
+                "{$this->docset->file()}
156 152
\ No newline at end of file
Please login to merge, or discard this patch.