| @@ -90,7 +90,7 @@ | ||
| 90 | 90 | |
| 91 | 91 |          $error = $response->getHeader('ERROR'); | 
| 92 | 92 | |
| 93 | -        if (! empty($error)) { | |
| 93 | +        if (!empty($error)) { | |
| 94 | 94 |              $errorStr = \is_array($error) ? implode(',', $error) : $error; | 
| 95 | 95 |              throw new MonarException("url: {$url}. method: {$method}. error:{$errorStr}"); | 
| 96 | 96 | } |