Completed
Pull Request — master (#216)
by
unknown
08:27
created
lib/Mongo/MongoAnalytics.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,9 @@
 block discarded – undo
55 55
 
56 56
         $onEnd = function () use ($serialized, $redisKey, $init) {
57 57
             $diff = ceil((microtime(true) - $init) * 1000);
58
-            if ($diff < 10) return;
58
+            if ($diff < 10) {
59
+             return;
60
+            }
59 61
 
60 62
             $time = strtotime("+1 hour 00:00");
61 63
             $redis = $this->analyticalStore();
Please login to merge, or discard this patch.