Completed
Push — master ( 051175...ba50f0 )
by Paul
02:11
created
DependencyInjection/VersionControlGitlabIssueExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $configuration = new Configuration();
31 31
         $config = $this->processConfiguration($configuration, $configs);
32 32
 
33
-        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
33
+        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
34 34
         $loader->load('services.yml');
35 35
     }
36 36
 }
Please login to merge, or discard this patch.
app/src/VersionControl/GitlabIssueBundle/Repository/GitlabBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
     protected function getCacheDir()
61 61
     {
62
-        $dir = dirname(__DIR__).'/../../../app/cache/githubcache';
62
+        $dir = dirname(__DIR__) . '/../../../app/cache/githubcache';
63 63
 
64 64
         if (!file_exists($dir)) {
65 65
             mkdir($dir, 0755);
Please login to merge, or discard this patch.