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