Skip to content

Commit aa9307b

Browse files
committed
fix: Missing $
1 parent 71ff105 commit aa9307b

File tree

1 file changed

+2
-1
lines changed
  • modules/openapi-generator/src/main/resources/php/libraries/psr-18

1 file changed

+2
-1
lines changed

modules/openapi-generator/src/main/resources/php/libraries/psr-18/api.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ use function sprintf;
6565
/**
6666
* @var PluginClient
6767
*/
68+
(string) $response->getBody()
6869
protected $httpAsyncClient;
6970
7071
/**
@@ -805,7 +806,7 @@ use function sprintf;
805806
'Error JSON decoding server response (%s)',
806807
$request->getUri()
807808
),
808-
request,
809+
$request,
809810
$response,
810811
$exception
811812
);

0 commit comments

Comments
 (0)