Completed
Push — master ( 150ab8...5dc557 )
by GBProd
04:31
created
DependencyInjection/ElasticsearchExtraExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 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');
Please login to merge, or discard this patch.
src/ElasticsearchExtraBundle/Command/PutIndexMappingsCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $type   = $input->getArgument('type');
33 33
 
34 34
         $output->writeln(sprintf(
35
-            '<info>Put type <comment>%s</comment> mappings for index <comment>%s</comment> ' .
35
+            '<info>Put type <comment>%s</comment> mappings for index <comment>%s</comment> '.
36 36
             'client <comment>%s</comment>...</info>',
37 37
             $type,
38 38
             $index,
Please login to merge, or discard this patch.