diff --git a/modules/openapi-generator/src/main/resources/php-nextgen/api.mustache b/modules/openapi-generator/src/main/resources/php-nextgen/api.mustache index 7d9922327b74..6a1820f58af3 100644 --- a/modules/openapi-generator/src/main/resources/php-nextgen/api.mustache +++ b/modules/openapi-generator/src/main/resources/php-nextgen/api.mustache @@ -689,9 +689,7 @@ use {{invokerPackage}}\ObjectSerializer; {{#hasBodyOrFormParams}} $formParams = []; {{/hasBodyOrFormParams}} - {{#hasQueryParams}} $queryParams = []; - {{/hasQueryParams}} $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php index b23aac3969c0..20b1b085894d 100644 --- a/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php +++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/AuthApi.php @@ -317,6 +317,7 @@ public function testAuthHttpBasicRequest( { $resourcePath = '/auth/http/basic'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -548,6 +549,7 @@ public function testAuthHttpBearerRequest( { $resourcePath = '/auth/http/bearer'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php index a7f7c4c97bba..0d210083a6c6 100644 --- a/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php +++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/BodyApi.php @@ -341,6 +341,7 @@ public function testBinaryGifRequest( { $resourcePath = '/binary/gif'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -578,6 +579,7 @@ public function testBodyApplicationOctetstreamBinaryRequest( $resourcePath = '/body/application/octetstream/binary'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -852,6 +854,7 @@ public function testBodyMultipartFormdataArrayOfBinaryRequest( $resourcePath = '/body/application/octetstream/array_of_binary'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1122,6 +1125,7 @@ public function testBodyMultipartFormdataSingleBinaryRequest( $resourcePath = '/body/application/octetstream/single_binary'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1392,6 +1396,7 @@ public function testEchoBodyAllOfPetRequest( $resourcePath = '/echo/body/allOf/Pet'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1660,6 +1665,7 @@ public function testEchoBodyFreeFormObjectResponseStringRequest( $resourcePath = '/echo/body/FreeFormObject/response_string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1928,6 +1934,7 @@ public function testEchoBodyPetRequest( $resourcePath = '/echo/body/Pet'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2196,6 +2203,7 @@ public function testEchoBodyPetResponseStringRequest( $resourcePath = '/echo/body/Pet/response_string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2464,6 +2472,7 @@ public function testEchoBodyStringEnumRequest( $resourcePath = '/echo/body/string_enum'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2732,6 +2741,7 @@ public function testEchoBodyTagResponseStringRequest( $resourcePath = '/echo/body/Tag/response_string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php index 4dd65566fe90..ff2d9d96a1e9 100644 --- a/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php +++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/FormApi.php @@ -351,6 +351,7 @@ public function testFormIntegerBooleanStringRequest( $resourcePath = '/form/integer/boolean/string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -629,6 +630,7 @@ public function testFormObjectMultipartRequest( $resourcePath = '/form/object/multipart'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -949,6 +951,7 @@ public function testFormOneofRequest( $resourcePath = '/form/oneof'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php index 25f83d5e4d06..4992b77802c1 100644 --- a/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php +++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/HeaderApi.php @@ -364,6 +364,7 @@ public function testHeaderIntegerBooleanStringEnumsRequest( { $resourcePath = '/header/integer/boolean/string/enums'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php b/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php index fd741ee5c8bf..488157469333 100644 --- a/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php +++ b/samples/client/echo_api/php-nextgen-streaming/src/Api/PathApi.php @@ -378,6 +378,7 @@ public function testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathE } $resourcePath = '/path/string/{path_string}/integer/{path_integer}/{enum_nonref_string_path}/{enum_ref_string_path}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php b/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php index b23aac3969c0..20b1b085894d 100644 --- a/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php +++ b/samples/client/echo_api/php-nextgen/src/Api/AuthApi.php @@ -317,6 +317,7 @@ public function testAuthHttpBasicRequest( { $resourcePath = '/auth/http/basic'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -548,6 +549,7 @@ public function testAuthHttpBearerRequest( { $resourcePath = '/auth/http/bearer'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php b/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php index bb26bb019e51..40c4fb773ff3 100644 --- a/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php +++ b/samples/client/echo_api/php-nextgen/src/Api/BodyApi.php @@ -341,6 +341,7 @@ public function testBinaryGifRequest( { $resourcePath = '/binary/gif'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -578,6 +579,7 @@ public function testBodyApplicationOctetstreamBinaryRequest( $resourcePath = '/body/application/octetstream/binary'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -852,6 +854,7 @@ public function testBodyMultipartFormdataArrayOfBinaryRequest( $resourcePath = '/body/application/octetstream/array_of_binary'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1122,6 +1125,7 @@ public function testBodyMultipartFormdataSingleBinaryRequest( $resourcePath = '/body/application/octetstream/single_binary'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1392,6 +1396,7 @@ public function testEchoBodyAllOfPetRequest( $resourcePath = '/echo/body/allOf/Pet'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1660,6 +1665,7 @@ public function testEchoBodyFreeFormObjectResponseStringRequest( $resourcePath = '/echo/body/FreeFormObject/response_string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1928,6 +1934,7 @@ public function testEchoBodyPetRequest( $resourcePath = '/echo/body/Pet'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2196,6 +2203,7 @@ public function testEchoBodyPetResponseStringRequest( $resourcePath = '/echo/body/Pet/response_string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2464,6 +2472,7 @@ public function testEchoBodyStringEnumRequest( $resourcePath = '/echo/body/string_enum'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2732,6 +2741,7 @@ public function testEchoBodyTagResponseStringRequest( $resourcePath = '/echo/body/Tag/response_string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen/src/Api/FormApi.php b/samples/client/echo_api/php-nextgen/src/Api/FormApi.php index 4dd65566fe90..ff2d9d96a1e9 100644 --- a/samples/client/echo_api/php-nextgen/src/Api/FormApi.php +++ b/samples/client/echo_api/php-nextgen/src/Api/FormApi.php @@ -351,6 +351,7 @@ public function testFormIntegerBooleanStringRequest( $resourcePath = '/form/integer/boolean/string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -629,6 +630,7 @@ public function testFormObjectMultipartRequest( $resourcePath = '/form/object/multipart'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -949,6 +951,7 @@ public function testFormOneofRequest( $resourcePath = '/form/oneof'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php b/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php index 25f83d5e4d06..4992b77802c1 100644 --- a/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php +++ b/samples/client/echo_api/php-nextgen/src/Api/HeaderApi.php @@ -364,6 +364,7 @@ public function testHeaderIntegerBooleanStringEnumsRequest( { $resourcePath = '/header/integer/boolean/string/enums'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/echo_api/php-nextgen/src/Api/PathApi.php b/samples/client/echo_api/php-nextgen/src/Api/PathApi.php index fd741ee5c8bf..488157469333 100644 --- a/samples/client/echo_api/php-nextgen/src/Api/PathApi.php +++ b/samples/client/echo_api/php-nextgen/src/Api/PathApi.php @@ -378,6 +378,7 @@ public function testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathE } $resourcePath = '/path/string/{path_string}/integer/{path_integer}/{enum_nonref_string_path}/{enum_ref_string_path}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/AnotherFakeApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/AnotherFakeApi.php index 391e29cbfaa1..a6f1c9411355 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/AnotherFakeApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/AnotherFakeApi.php @@ -330,6 +330,7 @@ public function call123TestSpecialTagsRequest( $resourcePath = '/another-fake/dummy'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/DefaultApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/DefaultApi.php index 635bc009db88..832436f01cdb 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/DefaultApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/DefaultApi.php @@ -302,6 +302,7 @@ public function errorRequest( { $resourcePath = '/error'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -520,6 +521,7 @@ public function fooGetRequest( { $resourcePath = '/foo'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeApi.php index 5f668029fe63..716eedf2ba8b 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeApi.php @@ -398,6 +398,7 @@ public function fakeBigDecimalMapRequest( { $resourcePath = '/fake/BigDecimalMap'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -618,6 +619,7 @@ public function fakeDeletePetRequest( } $resourcePath = '/fake/pet/{pet_id}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1154,6 +1156,7 @@ public function fakeHealthGetRequest( { $resourcePath = '/fake/health'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1644,6 +1647,7 @@ public function fakeOuterBooleanSerializeRequest( $resourcePath = '/fake/outer/boolean'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1904,6 +1908,7 @@ public function fakeOuterCompositeSerializeRequest( $resourcePath = '/fake/outer/composite'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2164,6 +2169,7 @@ public function fakeOuterNumberSerializeRequest( $resourcePath = '/fake/outer/number'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2424,6 +2430,7 @@ public function fakeOuterStringSerializeRequest( $resourcePath = '/fake/outer/string'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2690,6 +2697,7 @@ public function fakePropertyEnumIntegerSerializeRequest( $resourcePath = '/fake/property/enum-int'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2996,6 +3004,7 @@ public function fakeWith400And4xxRangeResponseEndpointRequest( $resourcePath = '/fake/with_400_and_4xx_range_response/endpoint'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -3270,6 +3279,7 @@ public function fakeWith400And4xxRangeResponseNo4xxDatatypeEndpointRequest( $resourcePath = '/fake/with_400_and_4xx_range_response_no_4xx_datatype/endpoint'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -3558,6 +3568,7 @@ public function fakeWith400ResponseEndpointRequest( $resourcePath = '/fake/with_400_response/endpoint'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -3850,6 +3861,7 @@ public function fakeWith4xxRangeResponseEndpointRequest( $resourcePath = '/fake/with_4xx_range_response/endpoint'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -4124,6 +4136,7 @@ public function fakeWith4xxRangeResponseNo4xxDatatypeEndpointRequest( $resourcePath = '/fake/with_4xx_range_response_no_4xx_datatype/endpoint'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -4351,6 +4364,7 @@ public function testAdditionalPropertiesReferenceRequest( $resourcePath = '/fake/additionalProperties-reference'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -4570,6 +4584,7 @@ public function testBodyWithBinaryRequest( $resourcePath = '/fake/body-with-binary'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -4789,6 +4804,7 @@ public function testBodyWithFileSchemaRequest( $resourcePath = '/fake/body-with-file-schema'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -5308,6 +5324,7 @@ public function testClientModelRequest( $resourcePath = '/fake'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -5722,6 +5739,7 @@ public function testEndpointParametersRequest( $resourcePath = '/fake'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -6625,6 +6643,7 @@ public function testInlineAdditionalPropertiesRequest( $resourcePath = '/fake/inline-additionalProperties'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -6852,6 +6871,7 @@ public function testInlineFreeformAdditionalPropertiesRequest( $resourcePath = '/fake/inline-freeform-additionalProperties'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -7095,6 +7115,7 @@ public function testJsonFormDataRequest( $resourcePath = '/fake/jsonFormData'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -7325,6 +7346,7 @@ public function testNullableRequest( $resourcePath = '/fake/nullable'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -7599,6 +7621,7 @@ public function testOneOfRequest( $resourcePath = '/fake/oneof'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -8167,6 +8190,7 @@ public function testStringMapReferenceRequest( $resourcePath = '/fake/stringMap-reference'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeClassnameTags123Api.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeClassnameTags123Api.php index 8dcb50a1ace8..375a19873a24 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeClassnameTags123Api.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/FakeClassnameTags123Api.php @@ -330,6 +330,7 @@ public function testClassnameRequest( $resourcePath = '/fake_classname_test'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/PetApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/PetApi.php index e6c3a45c523f..6353cf553363 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/PetApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/PetApi.php @@ -414,6 +414,7 @@ public function addPetRequest( $resourcePath = '/pet'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -711,6 +712,7 @@ public function deletePetRequest( } $resourcePath = '/pet/{petId}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1489,6 +1491,7 @@ public function getPetByIdRequest( } $resourcePath = '/pet/{petId}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1804,6 +1807,7 @@ public function updatePetRequest( $resourcePath = '/pet'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2112,6 +2116,7 @@ public function updatePetWithFormRequest( $resourcePath = '/pet/{petId}'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2422,6 +2427,7 @@ public function uploadFileRequest( $resourcePath = '/pet/{petId}/uploadImage'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -2738,6 +2744,7 @@ public function uploadFileWithRequiredFileRequest( $resourcePath = '/fake/{petId}/uploadImageWithRequiredFile'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/StoreApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/StoreApi.php index 15ab379e15df..caf70ae86d35 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/StoreApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/StoreApi.php @@ -291,6 +291,7 @@ public function deleteOrderRequest( } $resourcePath = '/store/order/{order_id}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -525,6 +526,7 @@ public function getInventoryRequest( { $resourcePath = '/store/inventory'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -779,6 +781,7 @@ public function getOrderByIdRequest( } $resourcePath = '/store/order/{order_id}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1030,6 +1033,7 @@ public function placeOrderRequest( $resourcePath = '/store/order'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/UserApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/UserApi.php index 74cd36565cd2..aa7560900616 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/UserApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/src/Api/UserApi.php @@ -304,6 +304,7 @@ public function createUserRequest( $resourcePath = '/user'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -531,6 +532,7 @@ public function createUsersWithArrayInputRequest( $resourcePath = '/user/createWithArray'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -758,6 +760,7 @@ public function createUsersWithListInputRequest( $resourcePath = '/user/createWithList'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -984,6 +987,7 @@ public function deleteUserRequest( } $resourcePath = '/user/{username}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1234,6 +1238,7 @@ public function getUserByNameRequest( } $resourcePath = '/user/{username}'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1698,6 +1703,7 @@ public function logoutUserRequest( { $resourcePath = '/user/logout'; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false; @@ -1910,6 +1916,7 @@ public function updateUserRequest( $resourcePath = '/user/{username}'; $formParams = []; + $queryParams = []; $headerParams = []; $httpBody = ''; $multipart = false;