@@ -90,7 +90,7 @@ |
||
| 90 | 90 | } finally { |
| 91 | 91 | $event->end = microtime(true); |
| 92 | 92 | } |
| 93 | - $f = function () use ($result, $event) { |
|
| 93 | + $f = function() use ($result, $event) { |
|
| 94 | 94 | $event->result = []; |
| 95 | 95 | foreach ($result as $key => $item) { |
| 96 | 96 | if ($item->isHit()) { |