@@ -24,7 +24,7 @@ |
||
| 24 | 24 | $this->config = parse_ini_file($filename, true); |
| 25 | 25 | |
| 26 | 26 | if ($this->config === false) { |
| 27 | - throw new INIParseException('Could not parse: ' . $filename, true); |
|
| 27 | + throw new INIParseException('Could not parse: '.$filename, true); |
|
| 28 | 28 | } |
| 29 | 29 | } |
| 30 | 30 | |