Completed
Push — master ( ebbf46...caff19 )
by Julien
01:58
created
src/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.