Completed
Pull Request — master (#424)
by
unknown
19:25
created
src/Tasks/Backup/BackupJob.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,8 @@
 block discarded – undo
212 212
     }
213 213
 
214 214
     /**
215
-     * @param $temporaryFilePath
215
+     * @param string $temporaryFilePath
216
+     * @param DbDumper $dbDumper
216 217
      * @return string
217 218
      */
218 219
     protected function gzipSqlFile($dbDumper, $temporaryFilePath)
Please login to merge, or discard this patch.