@@ -43,7 +43,7 @@ |
||
| 43 | 43 | { |
| 44 | 44 | $cacheItem = $this->cacheInstance->getItem($cacheKey); |
| 45 | 45 | |
| 46 | - if(!$cacheItem->isHit()) |
|
| 46 | + if (!$cacheItem->isHit()) |
|
| 47 | 47 | { |
| 48 | 48 | $cacheItem->set($callback()); |
| 49 | 49 | $this->cacheInstance->save($cacheItem); |