Completed
Push — master ( df9f00...ccd20f )
by dan
01:37
created
Dispatcher/NexmoMessageDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $messageData  = $message->getMessageData();
26 26
 
27 27
         if (empty($this->client)) {
28
-            $credentials  = new Client\Credentials\Basic(
28
+            $credentials = new Client\Credentials\Basic(
29 29
                 $this->nexmoConfiguration['api_key'],
30 30
                 $this->nexmoConfiguration['api_secret']
31 31
             );
Please login to merge, or discard this patch.