Completed
Push — v4 ( 12362e...4abe2c )
by Benjamin
05:43
created
src/services/Reports.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
             Analytics::$plugin->cache->set($cacheId, $response, $cacheDuration);
51 51
         }
52 52
 
53
-        return (array)$response;
53
+        return (array) $response;
54 54
     }
55 55
 
56 56
     /**
Please login to merge, or discard this patch.