Completed
Push — master ( 0433bf...57673b )
by Alexander
11s
created
DependencyInjection/GoAopExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      */
33 33
     public function getXsdValidationBasePath()
34 34
     {
35
-        return __DIR__ . '/../Resources/config/schema';
35
+        return __DIR__.'/../Resources/config/schema';
36 36
     }
37 37
 
38 38
     /**
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      */
48 48
     public function load(array $config, ContainerBuilder $container)
49 49
     {
50
-        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
50
+        $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
51 51
         $loader->load('services.xml');
52 52
         $loader->load('commands.xml');
53 53
 
Please login to merge, or discard this patch.