@@ -50,7 +50,7 @@ |
||
| 50 | 50 | $configArray = $this->getConfigArray($configFile, true); |
| 51 | 51 | |
| 52 | 52 | if (is_string($configArray)) { |
| 53 | - throw new \RuntimeException('Unable to load config file. Please check ' . $configFile); |
|
| 53 | + throw new \RuntimeException('Unable to load config file. Please check '.$configFile); |
|
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | $this->config = new Configuration(new Uri('http://www.example.com'), $dispatcher, $configArray); |