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