Completed
Pull Request — master (#12)
by
unknown
102:08 queued 89:44
created
src/Databases/MySql.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
94 94
     }
95 95
     
96 96
     /**
97
-     * @param string $options
98 97
      *
99 98
      * @return \Spatie\DbDumper\Databases\MySql
100 99
      */
@@ -144,7 +143,7 @@  discard block
 block discarded – undo
144 143
     /**
145 144
      * @param int $timeout
146 145
      *
147
-     * @return \Spatie\DbDumper\Databases\PostgreSql
146
+     * @return MySql
148 147
      */
149 148
     public function setTimeout($timeout)
150 149
     {
Please login to merge, or discard this patch.