Completed
Push — master ( 8228e4...46b99a )
by Massimo
27:04
created
Category
DependencyInjection/YandexTranslatorExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $configuration = new Configuration();
22 22
         $this->processConfiguration($configuration, $configs);
23 23
 
24
-        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
24
+        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
25 25
         $loader->load('services.yml');
26 26
     }
27 27
 }
Please login to merge, or discard this patch.