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