@@ -389,8 +389,8 @@ |
||
389 | 389 | $this->driverInstance = $this->getDriverInstance(); |
390 | 390 | $this->validateInvoice(); |
391 | 391 | |
392 | - if (! method_exists($this->driverInstance, $method_name)) { |
|
393 | - throw new \Exception("Method $method_name not found in " . get_class($this->driverInstance)); |
|
392 | + if (!method_exists($this->driverInstance, $method_name)) { |
|
393 | + throw new \Exception("Method $method_name not found in ".get_class($this->driverInstance)); |
|
394 | 394 | } |
395 | 395 | |
396 | 396 | return call_user_func_array([$this->driverInstance, $method_name], $arguments); |