Passed
Push — master ( bba37b...7cb89a )
by Anthony
02:43
created
DependencyInjection/RibsAdminExtension.php 2 patches
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -10,12 +10,12 @@
 block discarded – undo
10 10
 
11 11
 class RibsAdminExtension extends Extension
12 12
 {
13
-    public function load(array $configs, ContainerBuilder $container)
14
-    {
15
-        $loader = new YamlFileLoader(
16
-            $container,
17
-            new FileLocator(__DIR__.'/../Resources/config')
18
-        );
19
-        $loader->load('services.yml');
20
-    }
13
+				public function load(array $configs, ContainerBuilder $container)
14
+				{
15
+								$loader = new YamlFileLoader(
16
+												$container,
17
+												new FileLocator(__DIR__.'/../Resources/config')
18
+								);
19
+								$loader->load('services.yml');
20
+				}
21 21
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         $loader = new YamlFileLoader(
16 16
             $container,
17
-            new FileLocator(__DIR__.'/../Resources/config')
17
+            new FileLocator(__DIR__ . '/../Resources/config')
18 18
         );
19 19
         $loader->load('services.yml');
20 20
     }
Please login to merge, or discard this patch.