|
@@ -389,8 +389,8 @@ |
|
|
block discarded – undo |
|
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); |
Please login to merge, or discard this patch.