Completed
Push — master ( 7b141a...d4dccf )
by Sebastien
02:59
created
src/Smalot/Github/Webhook/Webhook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
 
100 100
             foreach ($events as $event) {
101 101
                 $className = str_replace(' ', '', ucwords(str_replace('_', ' ', $event)));
102
-                $this->eventMap[$event] = $namespace.$className.'Event';
102
+                $this->eventMap[$event] = $namespace . $className . 'Event';
103 103
             }
104 104
         }
105 105
 
Please login to merge, or discard this patch.