Passed
Branch main (9b5c8c)
by Shubham
10:24
created
example/react.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,7 @@
 block discarded – undo
36 36
             if($from !== $client) {
37 37
                 if(!is_null($msg)){
38 38
                     $this->objDetc->remotePR($client,$msg);
39
-                }
40
-                else {
39
+                } else {
41 40
                     $data = ['id' => $from->resourceId, 'msg' => $msg];
42 41
                     $client->send(json_encode($data));
43 42
                 }
Please login to merge, or discard this patch.