Completed
Push — develop ( 076ebf...383f21 )
by Jamie
02:55 queued 54s
created
src/Eventbrite.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -242,8 +242,7 @@
 block discarded – undo
242 242
         if ($this->validMethod($method)) {
243 243
             array_unshift($args, $method);
244 244
             return call_user_func_array(array($this, 'makeRequest'), $args);
245
-        }
246
-        else {
245
+        } else {
247 246
             throw new \BadMethodCallException('Method not found in class.');
248 247
         }
249 248
     }
Please login to merge, or discard this patch.