@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | |
| 33 | 33 | $loader = new Loader\YamlFileLoader( |
| 34 | 34 | $container, |
| 35 | - new FileLocator(__DIR__ . '/../Resources/config') |
|
| 35 | + new FileLocator(__DIR__.'/../Resources/config') |
|
| 36 | 36 | ); |
| 37 | 37 | |
| 38 | 38 | $loader->load('services.yml'); |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | return; |
| 126 | 126 | } |
| 127 | 127 | if ($container->hasDefinition(Client::class)) { |
| 128 | - throw new LogicException('Default Elasticsearch client autowiring setup is enabled, ' . |
|
| 128 | + throw new LogicException('Default Elasticsearch client autowiring setup is enabled, '. |
|
| 129 | 129 | 'but Elastica client service is already defined in container'); |
| 130 | 130 | } |
| 131 | 131 | $container->setAlias(Client::class, $this->createClientId('default')); |