@@ -113,7 +113,7 @@ |
||
113 | 113 | $this->lifetime, |
114 | 114 | $this->kernel->getCacheDir() . '/assets/' . $type |
115 | 115 | ); |
116 | - $key = md5(serialize($assets)) . (int)$this->minify . (int)$this->compress . $this->lifetime . '.combined.' . $type; |
|
116 | + $key = md5(serialize($assets)) . (int) $this->minify . (int) $this->compress . $this->lifetime . '.combined.' . $type; |
|
117 | 117 | $cacheService->get($key, function() use ($cachedFiles, $type) { |
118 | 118 | $data = []; |
119 | 119 | foreach ($cachedFiles as $k => $file) { |