@@ -49,7 +49,7 @@ |
||
49 | 49 | /*# int */ $priority = 0 |
50 | 50 | )/*# : bool */ { |
51 | 51 | // wrap the callable |
52 | - $wrapper = function (EventInterface $event) use ($callable, $times) { |
|
52 | + $wrapper = function(EventInterface $event) use ($callable, $times) { |
|
53 | 53 | static $cnt = 0; |
54 | 54 | if ($cnt++ < $times) { |
55 | 55 | call_user_func($callable, $event); |