Completed
Branch master (c0baf3)
by Sebastien
35:30 queued 31:54
created
Category
src/Smalot/Bitbucket/Webhook/Webhook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
             $eventNames = $this->getDefaultEventNames();
101 101
 
102 102
             $classNames = array_map(
103
-                function ($event) use ($namespace) {
103
+                function($event) use ($namespace) {
104 104
                     $className = str_replace(' ', '', ucwords(str_replace(array('_', ':'), ' ', $event)));
105 105
 
106 106
                     return $namespace . $className . 'Event';
Please login to merge, or discard this patch.