@@ -174,7 +174,7 @@ |
||
174 | 174 | |
175 | 175 | curl_close($ch); |
176 | 176 | |
177 | - $response = json_decode((string)$result, true); |
|
177 | + $response = json_decode((string) $result, true); |
|
178 | 178 | if (is_array($response)) { |
179 | 179 | if (array_key_exists('success', $response) && $response['success'] == false) { |
180 | 180 | $validator->validationError( |