Passed
Push — master ( 26aef5...2a140e )
by Luca
03:56 queued 01:28
created
src/Payloads/RosterItemPayload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         if (strpos('@' . $server_name, $jid) === false) {
66 66
             $jid .= '@' . $server_name;
67 67
         }
68
-        $this->jid = $jid;;
68
+        $this->jid = $jid; ;
69 69
     }
70 70
 
71 71
     /**
Please login to merge, or discard this patch.