@@ -52,8 +52,9 @@ |
||
| 52 | 52 | */ |
| 53 | 53 | public function __call($method, $arguments) |
| 54 | 54 | { |
| 55 | - if ($this->_error) |
|
| 56 | - return $this->_error; |
|
| 55 | + if ($this->_error) { |
|
| 56 | + return $this->_error; |
|
| 57 | + } |
|
| 57 | 58 | return call_user_func_array([$this, $method], $arguments); |
| 58 | 59 | } |
| 59 | 60 | |