Completed
Pull Request — master (#293)
by Marcel
02:51
created
src/Tasks/Backup/DbDumperFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
     /**
50 50
      * @param array $dumpConfiguration
51 51
      *
52
-     * @param $dbDumper
52
+     * @param DbDumper $dbDumper
53 53
      *
54
-     * @return mixed
54
+     * @return DbDumper
55 55
      */
56 56
     protected static function processExtraDumpParameters(array $dumpConfiguration, $dbDumper): DbDumper
57 57
     {
Please login to merge, or discard this patch.