Test Setup Failed
Push — master ( a39080...171a6d )
by Bob
03:22
created
src/plugins/onMessage/auth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
                     foreach ($xml->result->rowset->row as $character) {
139 139
                         $member = $guild->members->get("id", $userID);
140 140
                         $inGameName = $character->attributes()->name;
141
-                        $nick = (string)$inGameName;
141
+                        $nick = (string) $inGameName;
142 142
                         $member->setNickname($nick);
143 143
                     }
144 144
                 }
Please login to merge, or discard this patch.