@@ -20,8 +20,8 @@ |
||
20 | 20 | */ |
21 | 21 | public function __construct($cacheDirectory, $debug) |
22 | 22 | { |
23 | - $adbackCacheDir = $cacheDirectory . '/adback'; |
|
24 | - $file = $adbackCacheDir . '/apiCache.php'; |
|
23 | + $adbackCacheDir = $cacheDirectory.'/adback'; |
|
24 | + $file = $adbackCacheDir.'/apiCache.php'; |
|
25 | 25 | $fs = new FileSystem(); |
26 | 26 | if (!$fs->exists($file)) { |
27 | 27 | $fs->mkdir($adbackCacheDir); |
@@ -39,7 +39,7 @@ |
||
39 | 39 | if ('doctrine' === $cacheType) { |
40 | 40 | $loader->load('repository.yml'); |
41 | 41 | } |
42 | - $loader->load($cacheType . '_script_cache.yml'); |
|
42 | + $loader->load($cacheType.'_script_cache.yml'); |
|
43 | 43 | $loader->load('generator.yml'); |
44 | 44 | $loader->load('twig.yml'); |
45 | 45 | } |