Completed
Push — master ( 75d991...74cbb3 )
by Ankit
03:12
created
src/Receiver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
             $this->conversation->conversationLoad($msg, $para)
77 77
         );
78 78
         // $id1 = json_decode($msg)->details;
79
-        for ($i = 1 ; $i < count($this->messages); $i++) {
79
+        for ($i = 1; $i < count($this->messages); $i++) {
80 80
             $this->messages[$i]->start = $id1;
81 81
         }
82 82
         $id2 = bin2hex(convert_uuencode($id2));
Please login to merge, or discard this patch.