Completed
Push — master ( 74cbb3...b198ee )
by Ankit
04:27
created
tests/TestAll.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
         $currentId = Session::get('start');
195 195
         Session::forget('start');
196 196
 
197
-        $msg =(object)[
197
+        $msg = (object)[
198 198
             "name" => $userId,
199 199
             "reply" => "Hello World",
200 200
             "userId" => $currentId
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
         $output = $obReply->replyTo($msg);
205 205
         $this->assertEquals("Messages is sent", $output);
206 206
 
207
-        $msg =(object)[
207
+        $msg = (object)[
208 208
             "name" => $currentId,
209 209
             "reply" => "Hello World",
210 210
             "userId" => $userId
Please login to merge, or discard this patch.