Completed
Pull Request — master (#1)
by
unknown
01:57
created
src/Smalot/Bitbucket/Webhook/Webhook.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
                 function($event) use ($namespace) {
104 104
                     $className = str_replace(' ', '', ucwords(str_replace(array('_', ':'), ' ', $event)));
105 105
 
106
-                    return $namespace . $className . 'Event';
106
+                    return $namespace.$className.'Event';
107 107
                 },
108 108
                 $eventNames
109 109
             );
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
                 $this->requestUuid
151 151
             );
152 152
         } else {
153
-            throw new \InvalidArgumentException('Unknown event type: ' . $this->eventName . '.');
153
+            throw new \InvalidArgumentException('Unknown event type: '.$this->eventName.'.');
154 154
         }
155 155
 
156 156
         if (null !== $this->eventDispatcher && $dispatch) {
Please login to merge, or discard this patch.