Completed
Push — master ( 5f70a3...0b6c4d )
by GBProd
02:24
created
DependencyInjection/ElasticsearchExtraExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
         $loader = new Loader\YamlFileLoader(
30 30
             $container, 
31
-            new FileLocator(__DIR__.'/../Resources/config')
31
+            new FileLocator(__DIR__ . '/../Resources/config')
32 32
         );
33 33
         
34 34
         $loader->load('services.yml');
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     private function getClientsReferences(array $config)
62 62
     {
63 63
         $clients = [];
64
-        foreach(array_keys($config['clients']) as $clientId) {
64
+        foreach (array_keys($config['clients']) as $clientId) {
65 65
             $clients[$clientId] = new Reference(
66 66
                 sprintf(
67 67
                     'm6web_elasticsearch.client.%s',
Please login to merge, or discard this patch.