Completed
Pull Request — master (#12)
by
unknown
102:08 queued 89:44
created
src/Databases/MySql.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Spatie\DbDumper\Databases;
4 4
 
5 5
 use Spatie\DbDumper\DbDumper;
6
-use Spatie\DbDumper\Exceptions\CannotStartDump;
7 6
 use Spatie\DbDumper\Exceptions\CannotSetParameter;
7
+use Spatie\DbDumper\Exceptions\CannotStartDump;
8 8
 use Symfony\Component\Process\Process;
9 9
 
10 10
 class PostgreSql extends DbDumper
Please login to merge, or discard this 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.