@@ -55,7 +55,9 @@ |
||
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(); |