Completed
Pull Request — master (#3)
by Martin
05:31 queued 02:56
created
src/Smalot/Github/Webhook/Webhook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
                 function($event) use ($namespace) {
108 108
                     $className = str_replace(' ', '', ucwords(str_replace('_', ' ', $event)));
109 109
 
110
-                    return $namespace . $className . 'Event';
110
+                    return $namespace.$className.'Event';
111 111
                 },
112 112
                 $eventNames
113 113
             );
Please login to merge, or discard this patch.