Test Setup Failed
Branch master (b68e36)
by Pavel
06:49
created
src/AnthillBundle/DependencyInjection/VesloAnthillExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      */
50 50
     public function load(array $configs, ContainerBuilder $container)
51 51
     {
52
-        $locator = new FileLocator(__DIR__ . implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources']));
52
+        $locator = new FileLocator(__DIR__.implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources']));
53 53
         $loader  = new YamlFileLoader($container, $locator);
54 54
 
55 55
         $configFiles = [
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
         ];
64 64
 
65 65
         foreach ($configFiles as $configFile) {
66
-            $loader->load('config' . DIRECTORY_SEPARATOR . $configFile);
66
+            $loader->load('config'.DIRECTORY_SEPARATOR.$configFile);
67 67
         }
68 68
 
69 69
         $configuration = new Configuration();
Please login to merge, or discard this patch.
src/SanityBundle/DependencyInjection/VesloSanityExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      */
50 50
     public function load(array $configs, ContainerBuilder $container)
51 51
     {
52
-        $locator = new FileLocator(__DIR__ . implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources']));
52
+        $locator = new FileLocator(__DIR__.implode(DIRECTORY_SEPARATOR, ['', '..', 'Resources']));
53 53
         $loader  = new YamlFileLoader($container, $locator);
54 54
 
55 55
         $configFiles = [
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
         ];
64 64
 
65 65
         foreach ($configFiles as $configFile) {
66
-            $loader->load('config' . DIRECTORY_SEPARATOR . $configFile);
66
+            $loader->load('config'.DIRECTORY_SEPARATOR.$configFile);
67 67
         }
68 68
 
69 69
         $configuration = new Configuration();
Please login to merge, or discard this patch.