@@ -44,11 +44,11 @@ |
||
| 44 | 44 | // Parse the configuration file |
| 45 | 45 | try |
| 46 | 46 | { |
| 47 | - return (array)Yaml::parse(file_get_contents($this->_file)); |
|
| 47 | + return (array) Yaml::parse(file_get_contents($this->_file)); |
|
| 48 | 48 | } |
| 49 | 49 | catch (ParseException $e) |
| 50 | 50 | { |
| 51 | - throw new InvalidConfigurationException('Failed to parse the specified configuration file: ' . $e->getMessage()); |
|
| 51 | + throw new InvalidConfigurationException('Failed to parse the specified configuration file: '.$e->getMessage()); |
|
| 52 | 52 | } |
| 53 | 53 | } |
| 54 | 54 | |