You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec
81
81
*/
82
82
public function __construct(
@@ -112,7 +112,7 @@ use {{invokerPackage}}\ObjectSerializer;
112
112
}
113
113
114
114
/**
115
-
* @return Configuration
115
+
* @return \{{invokerPackage}}\Configuration
116
116
*/
117
117
public function getConfig(): Configuration
118
118
{
@@ -166,8 +166,8 @@ use {{invokerPackage}}\ObjectSerializer;
166
166
{{/servers}}
167
167
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['{{{operationId}}}'] to see the possible values for this operation
168
168
*
169
-
* @throws ApiException on non-2xx response or if the response body is not in the expected format
170
-
* @throws InvalidArgumentException
169
+
* @throws \{{invokerPackage}}\ApiException on non-2xx response or if the response body is not in the expected format
170
+
* @throws \InvalidArgumentException
171
171
* @return {{{exts.x-php-doc-return-type}}}
172
172
{{#isDeprecated}}
173
173
* @deprecated
@@ -241,8 +241,8 @@ use {{invokerPackage}}\ObjectSerializer;
241
241
{{/servers}}
242
242
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['{{{operationId}}}'] to see the possible values for this operation
243
243
*
244
-
* @throws ApiException on non-2xx response or if the response body is not in the expected format
245
-
* @throws InvalidArgumentException
244
+
* @throws \{{invokerPackage}}\ApiException on non-2xx response or if the response body is not in the expected format
245
+
* @throws \InvalidArgumentException
246
246
* @return array of {{#returnType}}{{#responses}}{{#dataType}}{{^-first}}|{{/-first}}{{/dataType}}{{{dataType}}}{{/responses}}{{/returnType}}{{^returnType}}null{{/returnType}}, HTTP status code, HTTP response headers (array of strings)
247
247
{{#isDeprecated}}
248
248
* @deprecated
@@ -421,8 +421,8 @@ use {{invokerPackage}}\ObjectSerializer;
421
421
{{/servers}}
422
422
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['{{{operationId}}}'] to see the possible values for this operation
423
423
*
424
-
* @throws InvalidArgumentException
425
-
* @return PromiseInterface
424
+
* @throws \InvalidArgumentException
425
+
* @return \GuzzleHttp\Promise\PromiseInterface
426
426
{{#isDeprecated}}
427
427
* @deprecated
428
428
{{/isDeprecated}}
@@ -499,8 +499,8 @@ use {{invokerPackage}}\ObjectSerializer;
499
499
{{/servers}}
500
500
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['{{{operationId}}}'] to see the possible values for this operation
501
501
*
502
-
* @throws InvalidArgumentException
503
-
* @return PromiseInterface
502
+
* @throws \InvalidArgumentException
503
+
* @return \GuzzleHttp\Promise\PromiseInterface
504
504
{{#isDeprecated}}
505
505
* @deprecated
506
506
{{/isDeprecated}}
@@ -605,7 +605,7 @@ use {{invokerPackage}}\ObjectSerializer;
605
605
{{/servers}}
606
606
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['{{{operationId}}}'] to see the possible values for this operation
* @param int $hostIndex (Optional) host index to select the list of hosts if defined in the OpenAPI spec
91
91
*/
92
92
publicfunction__construct(
@@ -122,7 +122,7 @@ public function getHostIndex(): int
122
122
}
123
123
124
124
/**
125
-
* @return Configuration
125
+
* @return \OpenAPI\Client\Configuration
126
126
*/
127
127
publicfunctiongetConfig(): Configuration
128
128
{
@@ -136,8 +136,8 @@ public function getConfig(): Configuration
136
136
*
137
137
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBasic'] to see the possible values for this operation
138
138
*
139
-
* @throws ApiException on non-2xx response or if the response body is not in the expected format
140
-
* @throws InvalidArgumentException
139
+
* @throws \OpenAPI\Client\ApiException on non-2xx response or if the response body is not in the expected format
140
+
* @throws \InvalidArgumentException
141
141
* @return string
142
142
*/
143
143
publicfunctiontestAuthHttpBasic(
@@ -155,8 +155,8 @@ public function testAuthHttpBasic(
155
155
*
156
156
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBasic'] to see the possible values for this operation
157
157
*
158
-
* @throws ApiException on non-2xx response or if the response body is not in the expected format
159
-
* @throws InvalidArgumentException
158
+
* @throws \OpenAPI\Client\ApiException on non-2xx response or if the response body is not in the expected format
159
+
* @throws \InvalidArgumentException
160
160
* @return array of string, HTTP status code, HTTP response headers (array of strings)
161
161
*/
162
162
publicfunctiontestAuthHttpBasicWithHttpInfo(
@@ -237,8 +237,8 @@ public function testAuthHttpBasicWithHttpInfo(
237
237
*
238
238
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBasic'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBasic'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBasic'] to see the possible values for this operation
312
312
*
313
-
* @throws InvalidArgumentException
313
+
* @throws \InvalidArgumentException
314
314
* @return \GuzzleHttp\Psr7\Request
315
315
*/
316
316
publicfunctiontestAuthHttpBasicRequest(
@@ -394,8 +394,8 @@ public function testAuthHttpBasicRequest(
394
394
*
395
395
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBearer'] to see the possible values for this operation
396
396
*
397
-
* @throws ApiException on non-2xx response or if the response body is not in the expected format
398
-
* @throws InvalidArgumentException
397
+
* @throws \OpenAPI\Client\ApiException on non-2xx response or if the response body is not in the expected format
398
+
* @throws \InvalidArgumentException
399
399
* @return string
400
400
*/
401
401
publicfunctiontestAuthHttpBearer(
@@ -413,8 +413,8 @@ public function testAuthHttpBearer(
413
413
*
414
414
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBearer'] to see the possible values for this operation
415
415
*
416
-
* @throws ApiException on non-2xx response or if the response body is not in the expected format
417
-
* @throws InvalidArgumentException
416
+
* @throws \OpenAPI\Client\ApiException on non-2xx response or if the response body is not in the expected format
417
+
* @throws \InvalidArgumentException
418
418
* @return array of string, HTTP status code, HTTP response headers (array of strings)
419
419
*/
420
420
publicfunctiontestAuthHttpBearerWithHttpInfo(
@@ -495,8 +495,8 @@ public function testAuthHttpBearerWithHttpInfo(
495
495
*
496
496
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBearer'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBearer'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['testAuthHttpBearer'] to see the possible values for this operation
0 commit comments