Passed
Pull Request — master (#12)
by
unknown
05:10
created
src/Sms.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 
95 95
         $requestType = $autoGenerateCode ? "POST" : "GET";
96 96
 
97
-        $key =  $autoGenerateCode ? "form_params" : "query";
97
+        $key = $autoGenerateCode ? "form_params" : "query";
98 98
 
99 99
         $response = $this->client->request($requestType, $this->url_send_auto_auth_code, [$key => $params]);
100 100
 
Please login to merge, or discard this patch.