Completed
Push — master ( 103460...224772 )
by GBProd
02:10
created
src/ElasticaExtraBundle/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.
src/ElasticaExtraBundle/DependencyInjection/ElasticaExtraExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
         $loader = new Loader\YamlFileLoader(
37 37
             $container,
38
-            new FileLocator(__DIR__ . '/../Resources/config')
38
+            new FileLocator(__DIR__.'/../Resources/config')
39 39
         );
40 40
 
41 41
         $loader->load('services.yml');
Please login to merge, or discard this patch.