Passed
Pull Request — develop (#257)
by Timothy
05:18
created
src/models/SitemapIndexTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
             ],
118 118
         ]);
119 119
 
120
-        return $cache->getOrSet($this::CACHE_KEY.$groupId, function () use ($groupSiteIds, $siteId) {
120
+        return $cache->getOrSet($this::CACHE_KEY.$groupId, function() use ($groupSiteIds, $siteId) {
121 121
             Craft::info(
122 122
                 'Sitemap index cache miss',
123 123
                 __METHOD__
Please login to merge, or discard this patch.