@@ -92,7 +92,7 @@ |
||
92 | 92 | /*# int */ $priority = 50 |
93 | 93 | ) { |
94 | 94 | // wrap the callable |
95 | - $wrapper = function (EventInterface $event) use ($callable, $times) { |
|
95 | + $wrapper = function(EventInterface $event) use ($callable, $times) { |
|
96 | 96 | static $cnt = 0; |
97 | 97 | if ($cnt++ < $times) { |
98 | 98 | call_user_func($callable, $event); |