Completed
Push — master ( fd92ed...e2f694 )
by Freek
10:21
created
src/DbDumperFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,9 +59,9 @@
 block discarded – undo
59 59
     /**
60 60
      * @param array $dumpConfiguration
61 61
      *
62
-     * @param $dbDumper
62
+     * @param DbDumper $dbDumper
63 63
      *
64
-     * @return mixed
64
+     * @return DbDumper
65 65
      */
66 66
     protected static function processExtraDumpParameters(array $dumpConfiguration, $dbDumper): DbDumper
67 67
     {
Please login to merge, or discard this patch.