@@ -106,7 +106,7 @@ |
||
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 |