Completed
Pull Request — master (#21)
by Hugo
08:28
created
Api/WannaSpeakHttpClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,6 +123,6 @@
 block discarded – undo
123 123
     {
124 124
         $timeStamp = time();
125 125
 
126
-        return $timeStamp.'-'.md5($this->accountId.$timeStamp.$this->secretKey);
126
+        return $timeStamp . '-' . md5($this->accountId . $timeStamp . $this->secretKey);
127 127
     }
128 128
 }
Please login to merge, or discard this patch.