| @@ -129,7 +129,7 @@ | ||
| 129 | 129 | /* @var $response \Guzzle\Http\Message\Response */ | 
| 130 | 130 | $response = $this->client->get($path)->send(); | 
| 131 | 131 |          if ($response->isError()) { | 
| 132 | -            throw new \RuntimeException('Failed to query the server ' . $this->host); | |
| 132 | +            throw new \RuntimeException('Failed to query the server '.$this->host); | |
| 133 | 133 | } | 
| 134 | 134 |          if ($response->getStatusCode() != 200 || !($html = $response->getBody(true))) { | 
| 135 | 135 | return ''; | 
| @@ -29,7 +29,7 @@ | ||
| 29 | 29 | */ | 
| 30 | 30 | public function load(array $configs, ContainerBuilder $container) | 
| 31 | 31 |      { | 
| 32 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); | |
| 32 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); | |
| 33 | 33 |          $loader->load('parameters.yml'); | 
| 34 | 34 |          $loader->load('services.yml'); | 
| 35 | 35 | } |