@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | */ |
| 37 | 37 | private function fixAuthorizationHeader() |
| 38 | 38 | { |
| 39 | - $this['sandstone.listener.authorization_header_fix'] = function () { |
|
| 39 | + $this['sandstone.listener.authorization_header_fix'] = function() { |
|
| 40 | 40 | return new AuthorizationHeaderFixListener(); |
| 41 | 41 | }; |
| 42 | 42 | |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | if ($this->booted) { |
| 114 | 114 | $this['sandstone.push.event_forwarder']->forwardAllEvents($eventsNames); |
| 115 | 115 | } else { |
| 116 | - $this->events []= $eventsNames; |
|
| 116 | + $this->events [] = $eventsNames; |
|
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | return $this; |