@@ -126,7 +126,7 @@ |
||
126 | 126 | foreach ($messages as $key => $message) { |
127 | 127 | if ($message->getStatus() === Message::DIRTY) { |
128 | 128 | $path = sprintf( |
129 | - '%s' . DIRECTORY_SEPARATOR . '%s.%s.%s', |
|
129 | + '%s'.DIRECTORY_SEPARATOR.'%s.%s.%s', |
|
130 | 130 | $translation->getPath(), |
131 | 131 | $translation->getDomain(), |
132 | 132 | $message->getLocale(), |
@@ -32,7 +32,7 @@ |
||
32 | 32 | $configuration = new Configuration(); |
33 | 33 | $config = $this->processConfiguration($configuration, $configs); |
34 | 34 | |
35 | - $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
35 | + $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
36 | 36 | $loader->load('services.yml'); |
37 | 37 | $loader->load('filters_container.yml'); |
38 | 38 |