Completed
Push — master ( 4aef6e...7ea4f6 )
by Matt
30s queued 12s
created
src/Service/StatsService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.