Completed
Pull Request — master (#10)
by Mike
02:48
created
src/Databases/MySql.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     /**
106 106
      * @param int $timeout
107 107
      *
108
-     * @return \Spatie\DbDumper\Databases\PostgreSql
108
+     * @return MySql
109 109
      */
110 110
     public function setTimeout($timeout)
111 111
     {
Please login to merge, or discard this patch.
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.
src/Databases/PostgreSql.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * @param string/array $tables
132 132
      *
133
-     * @return \Spatie\DbDumper\Databases\MySql
133
+     * @return PostgreSql
134 134
      */
135 135
     public function setTables($tables)
136 136
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     /**
153 153
      * @param string/array $tables
154 154
      *
155
-     * @return \Spatie\DbDumper\Databases\MySql
155
+     * @return PostgreSql
156 156
      */
157 157
     public function setExcludeTables($tables)
158 158
     {
Please login to merge, or discard this patch.
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.