Completed
Pull Request — master (#22)
by Xavier
01:25
created
Api/WannaSpeakHttpClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
         }
110 110
 
111 111
         // Throw Exception to trigger Httplug Retry plugin
112
-        if($response->getStatusCode() !== 200){
112
+        if ($response->getStatusCode() !== 200) {
113 113
             throw new NetworkException('Wannaspeak request error', $request);
114 114
         }
115 115
 
@@ -138,6 +138,6 @@  discard block
 block discarded – undo
138 138
     {
139 139
         $timeStamp = time();
140 140
 
141
-        return $timeStamp.'-'.md5($this->accountId.$timeStamp.$this->secretKey);
141
+        return $timeStamp . '-' . md5($this->accountId . $timeStamp . $this->secretKey);
142 142
     }
143 143
 }
Please login to merge, or discard this patch.