Completed
Pull Request — master (#88)
by
unknown
64:04
created
Service/Export.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.
DependencyInjection/ONGRTranslationsExtension.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
         $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
 
Please login to merge, or discard this patch.