@@ -28,7 +28,7 @@ |
||
| 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'); |
@@ -32,7 +32,7 @@ |
||
| 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, |