| @@ -147,7 +147,7 @@ | ||
| 147 | 147 |          $response = $this->httpClient->post('', [], $encoded); | 
| 148 | 148 | $statusCode = $response->getStatusCode(); | 
| 149 | 149 |          if ($statusCode !== 200) { | 
| 150 | - throw new SlackApiException($response->getReasonPhrase(), $statusCode); | |
| 150 | + throw new SlackApiException($response->getReasonPhrase(), $statusCode); | |
| 151 | 151 | } | 
| 152 | 152 | } | 
| 153 | 153 | |