Completed
Push — master ( 08d451...0978b6 )
by Valery
04:41 queued 10s
created
src/Service/Cache/GetCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     {
35 35
         $this->persistentObjectName = $class;
36 36
 
37
-        $count = $this->cache->get($key, function () {
37
+        $count = $this->cache->get($key, function() {
38 38
             return $this->countItems();
39 39
         });
40 40
 
Please login to merge, or discard this patch.