@@ -49,7 +49,7 @@ |
||
49 | 49 | 'mongodump' => [], |
50 | 50 | 'mysqldump' => [ |
51 | 51 | '/usr/local/mysql/bin', // Mac OS X |
52 | - '/usr/mysql/bin', // Linux |
|
52 | + '/usr/mysql/bin', // Linux |
|
53 | 53 | ], |
54 | 54 | 'tar' => [], |
55 | 55 | ]; |
@@ -39,7 +39,7 @@ |
||
39 | 39 | */ |
40 | 40 | public function __construct(Runner $runner = null) |
41 | 41 | { |
42 | - $this->runner = $runner ? : new Runner\Simple(); |
|
42 | + $this->runner = $runner ?: new Runner\Simple(); |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | /** |
@@ -128,7 +128,7 @@ |
||
128 | 128 | * Make sure all mandatory keys are present in given config. |
129 | 129 | * |
130 | 130 | * @param array $config |
131 | - * @param array $keys |
|
131 | + * @param string[] $keys |
|
132 | 132 | * @throws Exception |
133 | 133 | */ |
134 | 134 | protected function validateConfig(array $config, array $keys) |
@@ -84,7 +84,7 @@ |
||
84 | 84 | * Make sure all mandatory keys are present in given config. |
85 | 85 | * |
86 | 86 | * @param array $config |
87 | - * @param array $keys |
|
87 | + * @param string[] $keys |
|
88 | 88 | * @throws Exception |
89 | 89 | */ |
90 | 90 | protected function validateConfig(array $config, array $keys) |