Completed
Push — v3 ( 4e7576...f7cf8d )
by Austin
04:27
created
src/GameQ/Protocols/Tibia.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,11 +129,11 @@
 block discarded – undo
129 129
                 }
130 130
 
131 131
                 // Add the result
132
-                $result->add($key, (string)$value);
132
+                $result->add($key, (string) $value);
133 133
             }
134 134
         }
135 135
 
136
-        $result->add("motd", (string)$xmlDoc->motd);
136
+        $result->add("motd", (string) $xmlDoc->motd);
137 137
 
138 138
         unset($xmlDoc, $xmlDoc);
139 139
 
Please login to merge, or discard this patch.