@@ -64,10 +64,10 @@ |
||
| 64 | 64 | } |
| 65 | 65 | } |
| 66 | 66 | $error = $this->getError(); |
| 67 | - if(is_array($error)){ |
|
| 67 | + if (is_array($error)) { |
|
| 68 | 68 | return $error; |
| 69 | 69 | } |
| 70 | - throw new Exception((string) $error); |
|
| 70 | + throw new Exception((string)$error); |
|
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | /** |