Passed
Push — master ( 8c2b9c...3dcaab )
by odenktools
03:43
created
lib/Bca/BcaHttp.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
         $domain       = $this->ddnDomain();
164 164
         $full_url     = $domain . $request_path;
165 165
         
166
-        $data     = array('grant_type' => 'client_credentials');
166
+        $data = array('grant_type' => 'client_credentials');
167 167
         
168 168
 		\Unirest\Request::curlOpts(array(
169 169
 			CURLOPT_SSL_VERIFYHOST => 0,
@@ -464,7 +464,7 @@  discard block
 block discarded – undo
464 464
         $domain       = $this->ddnDomain();
465 465
         $full_url     = $domain . $request_path;
466 466
 
467
-        $data     = array('grant_type' => 'client_credentials');
467
+        $data = array('grant_type' => 'client_credentials');
468 468
         
469 469
 		\Unirest\Request::curlOpts(array(
470 470
 			CURLOPT_SSL_VERIFYHOST => 0,
Please login to merge, or discard this patch.