Test Setup Failed
Branch master (1b2352)
by Valery
09:42
created
src/Service/Cache/GetCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     {
24 24
         $this->persistentObjectName = $class;
25 25
 
26
-        $count = $this->cache->get($key, fn () => $this->countItems());
26
+        $count = $this->cache->get($key, fn() => $this->countItems());
27 27
 
28 28
         return (int) $count;
29 29
     }
Please login to merge, or discard this patch.