@@ -68,7 +68,7 @@ |
||
| 68 | 68 | */ |
| 69 | 69 | public function getImageLocationStats(): array |
| 70 | 70 | { |
| 71 | - return $this->cache->get('image_location_stats', function (ItemInterface $item) { |
|
| 71 | + return $this->cache->get('image_location_stats', function(ItemInterface $item) { |
|
| 72 | 72 | $item->tag('stats'); |
| 73 | 73 | $stats = $this->imageRepository |
| 74 | 74 | ->createQueryBuilder('i') |