@@ -30,7 +30,7 @@ |
||
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 | } |
@@ -59,7 +59,7 @@ |
||
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); |