@@ -148,7 +148,7 @@ |
||
| 148 | 148 | * |
| 149 | 149 | * @param array $config |
| 150 | 150 | * @param string $key |
| 151 | - * @param mixed $default |
|
| 151 | + * @param boolean $default |
|
| 152 | 152 | * @return mixed |
| 153 | 153 | * @see AbstractClient::getConfigDefault |
| 154 | 154 | */ |
@@ -197,7 +197,7 @@ |
||
| 197 | 197 | $return = (string) $config[$key]; |
| 198 | 198 | |
| 199 | 199 | if (!is_readable($return)) { |
| 200 | - throw new \Exception(sprintf('unable to read %s: %s',$key, $return)); |
|
| 200 | + throw new \Exception(sprintf('unable to read %s: %s', $key, $return)); |
|
| 201 | 201 | } |
| 202 | 202 | return $return; |
| 203 | 203 | } |