@@ -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 | } |