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.
1 parent 71ff105 commit aa9307bCopy full SHA for aa9307b
1 file changed
modules/openapi-generator/src/main/resources/php/libraries/psr-18/api.mustache
@@ -65,6 +65,7 @@ use function sprintf;
65
/**
66
* @var PluginClient
67
*/
68
+ (string) $response->getBody()
69
protected $httpAsyncClient;
70
71
@@ -805,7 +806,7 @@ use function sprintf;
805
806
'Error JSON decoding server response (%s)',
807
$request->getUri()
808
),
- request,
809
+ $request,
810
$response,
811
$exception
812
);
0 commit comments