Completed
Pull Request — master (#10)
by Mike
02:48
created
src/Databases/MySql.php 1 patch
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.
src/Databases/PostgreSql.php 1 patch
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.