Completed
Pull Request — master (#356)
by
unknown
06:13
created
src/Tasks/Backup/BackupJob.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -168,6 +168,9 @@
 block discarded – undo
168 168
             ->toArray();
169 169
     }
170 170
 
171
+    /**
172
+     * @return string
173
+     */
171 174
     protected function createZipContainingEveryFileInManifest(Manifest $manifest)
172 175
     {
173 176
         consoleOutput()->info("Zipping {$manifest->count()} files...");
Please login to merge, or discard this patch.