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