Completed
Push — master ( 411a0d...6edea5 )
by GBProd
04:30
created
src/ElasticaBundle/DependencyInjection/ElasticaExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'));
Please login to merge, or discard this patch.