We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eee69f1 + 9b8a633 commit 0f75b05Copy full SHA for 0f75b05
modules/swagger-codegen/src/main/resources/php/ApiClient.mustache
@@ -246,7 +246,7 @@ class ApiClient
246
247
throw new ApiException(
248
"[".$response_info['http_code']."] Error connecting to the API ($url)",
249
- $response_info['http_code'], $http_header, $http_body
+ $response_info['http_code'], $http_header, $data
250
);
251
}
252
return array($data, $http_header);
0 commit comments