Passed
Pull Request — master (#51)
by Youri
02:24
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.