@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | */ |
| 27 | 27 | private function fixAuthorizationHeader() |
| 28 | 28 | { |
| 29 | - $this['sandstone.listener.authorization_header_fix'] = function () { |
|
| 29 | + $this['sandstone.listener.authorization_header_fix'] = function() { |
|
| 30 | 30 | return new AuthorizationHeaderFixListener(); |
| 31 | 31 | }; |
| 32 | 32 | |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | )); |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | - $this->before(function () use ($eventsNames) { |
|
| 103 | + $this->before(function() use ($eventsNames) { |
|
| 104 | 104 | $this['sandstone.push.event_forwarder']->forwardAllEvents($eventsNames); |
| 105 | 105 | }); |
| 106 | 106 | |