@@ -40,7 +40,7 @@ |
||
40 | 40 | * |
41 | 41 | * @param string $destinationFile |
42 | 42 | * |
43 | - * @return bool |
|
43 | + * @return boolean|string |
|
44 | 44 | */ |
45 | 45 | public function dump($destinationFile) |
46 | 46 | { |
@@ -22,6 +22,7 @@ discard block |
||
22 | 22 | * @param $password |
23 | 23 | * @param string string $host |
24 | 24 | * @param int $port |
25 | + * @param string $host |
|
25 | 26 | */ |
26 | 27 | public function __construct(Console $console, $database, $schema, $username, $password, $host, $port) |
27 | 28 | { |
@@ -37,9 +38,9 @@ discard block |
||
37 | 38 | /** |
38 | 39 | * Create a database dump. |
39 | 40 | * |
40 | - * @param $destinationFile |
|
41 | + * @param string $destinationFile |
|
41 | 42 | * |
42 | - * @return bool |
|
43 | + * @return boolean|string |
|
43 | 44 | */ |
44 | 45 | public function dump($destinationFile) |
45 | 46 | { |