Completed
Pull Request — v3 (#403)
by
unknown
03:55
created
src/GameQ/Protocols/Tibia.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      */
107 107
     public function processResponse()
108 108
     {
109
-        $parsed = json_decode(json_encode(simplexml_load_string($this->packets_response[0])),true);
109
+        $parsed = json_decode(json_encode(simplexml_load_string($this->packets_response[0])), true);
110 110
         // Couldn't be bothered to deal with objects so just did a hacky conversion to arrays.
111 111
 
112 112
         // Set the result to a new result instance
Please login to merge, or discard this patch.