From a28331b90b078cfb150cd01cc9133e7694d38718 Mon Sep 17 00:00:00 2001 From: Yuriy Belenko Date: Sat, 1 Apr 2023 23:07:46 +0300 Subject: [PATCH] Add @generated tag to DocBlocks This tag in draft status right now(PSR-19), but I think we can leverage from it already. Ref: https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#55-generated --- .../src/main/resources/php-nextgen/partial_header.mustache | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Api/AnotherFakeApi.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Api/DefaultApi.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeApi.php | 2 +- .../OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Api/PetApi.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Api/StoreApi.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Api/UserApi.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/ApiException.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Configuration.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/HeaderSelector.php | 2 +- .../OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php | 2 +- .../OpenAPIClient-php/lib/Model/AllOfWithSingleRef.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Animal.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/ApiResponse.php | 2 +- .../OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php | 2 +- .../OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/ArrayTest.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/Capitalization.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Cat.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/CatAllOf.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/Category.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/ClassModel.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Client.php | 2 +- .../OpenAPIClient-php/lib/Model/DeprecatedObject.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Dog.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/DogAllOf.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/EnumArrays.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/EnumClass.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/EnumTest.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/File.php | 2 +- .../OpenAPIClient-php/lib/Model/FileSchemaTestClass.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Foo.php | 2 +- .../OpenAPIClient-php/lib/Model/FooGetDefaultResponse.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/FormatTest.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php | 2 +- .../OpenAPIClient-php/lib/Model/HealthCheckResult.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/MapTest.php | 2 +- .../lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php | 2 +- .../OpenAPIClient-php/lib/Model/Model200Response.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/ModelInterface.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/ModelList.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/ModelReturn.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Name.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/NullableClass.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/NumberOnly.php | 2 +- .../OpenAPIClient-php/lib/Model/ObjectWithDeprecatedFields.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Order.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/OuterComposite.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/OuterEnum.php | 2 +- .../OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php | 2 +- .../OpenAPIClient-php/lib/Model/OuterEnumInteger.php | 2 +- .../lib/Model/OuterEnumIntegerDefaultValue.php | 2 +- .../OpenAPIClient-php/lib/Model/OuterObjectWithEnumProperty.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Pet.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/Model/SingleRefType.php | 2 +- .../OpenAPIClient-php/lib/Model/SpecialModelName.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/Tag.php | 2 +- .../petstore/php-nextgen/OpenAPIClient-php/lib/Model/User.php | 2 +- .../php-nextgen/OpenAPIClient-php/lib/ObjectSerializer.php | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/php-nextgen/partial_header.mustache b/modules/openapi-generator/src/main/resources/php-nextgen/partial_header.mustache index ef3530aaeea7..f641b94bf7f2 100644 --- a/modules/openapi-generator/src/main/resources/php-nextgen/partial_header.mustache +++ b/modules/openapi-generator/src/main/resources/php-nextgen/partial_header.mustache @@ -13,6 +13,6 @@ {{#infoEmail}} * Contact: {{{.}}} {{/infoEmail}} - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: {{{generatorVersion}}} */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/AnotherFakeApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/AnotherFakeApi.php index c92c50bd7eb1..713a4944f64f 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/AnotherFakeApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/AnotherFakeApi.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/DefaultApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/DefaultApi.php index 2955fc2e46e0..834ef80ffb1c 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/DefaultApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/DefaultApi.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeApi.php index 4c7666648136..6e5344684c48 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeApi.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php index 871d87fb845f..131ded357415 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/PetApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/PetApi.php index 205a45125591..d75d7f469bef 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/PetApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/PetApi.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/StoreApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/StoreApi.php index 52125ad2545e..54f31f8a9219 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/StoreApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/StoreApi.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/UserApi.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/UserApi.php index 47446517ded6..43831c86827b 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/UserApi.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Api/UserApi.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ApiException.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ApiException.php index c4519039be97..875e0fb422b4 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ApiException.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ApiException.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Configuration.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Configuration.php index 386be4be95b0..c08e07f8cdfb 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Configuration.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Configuration.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/HeaderSelector.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/HeaderSelector.php index 6816a9b66e5e..611975603c86 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/HeaderSelector.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/HeaderSelector.php @@ -15,7 +15,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php index e93a187a0c8a..5a211d7e1752 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AllOfWithSingleRef.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AllOfWithSingleRef.php index a1ba6c0de36c..9091da224f34 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AllOfWithSingleRef.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/AllOfWithSingleRef.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Animal.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Animal.php index 57712cdd683b..415a65286146 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Animal.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Animal.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ApiResponse.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ApiResponse.php index fc52707122fc..f624e8182af8 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ApiResponse.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ApiResponse.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php index 9215ad2c1609..b09e0c111bcb 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php index a72dfecb5882..27606ad1816c 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayTest.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayTest.php index d213c4420644..f8da0740ca5e 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayTest.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ArrayTest.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Capitalization.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Capitalization.php index 0b868f4fb9b0..1bbb0ff5dcd9 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Capitalization.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Capitalization.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Cat.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Cat.php index 6b86d076e5b5..08f6ce145766 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Cat.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Cat.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/CatAllOf.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/CatAllOf.php index 5703fe3cb0da..823c4a7bb3bb 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/CatAllOf.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/CatAllOf.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Category.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Category.php index adb3d22772e8..1b3778ef9bf8 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Category.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Category.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ClassModel.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ClassModel.php index f8852bb33ee1..37689b34d464 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ClassModel.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ClassModel.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Client.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Client.php index 7f8f0c660330..8e1156b2af89 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Client.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Client.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DeprecatedObject.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DeprecatedObject.php index 62835b924dff..29d7f7370405 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DeprecatedObject.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DeprecatedObject.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Dog.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Dog.php index 62edf9c3d8ae..f07e9a454d80 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Dog.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Dog.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DogAllOf.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DogAllOf.php index 0063d884f18a..f35440ead3b0 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DogAllOf.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/DogAllOf.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumArrays.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumArrays.php index 53702bfdf123..eeb2b7c00ee4 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumArrays.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumArrays.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumClass.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumClass.php index f2ab0f1b60bd..ace27356ba5b 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumClass.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumClass.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumTest.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumTest.php index 1f4aec640926..4afb32e5eee8 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumTest.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/EnumTest.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/File.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/File.php index 962a6ed08760..5227ccccf762 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/File.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/File.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php index 0ee457f926a6..40477eccf03c 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FileSchemaTestClass.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Foo.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Foo.php index d2be18b0fff7..3f2bd008dee7 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Foo.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Foo.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FooGetDefaultResponse.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FooGetDefaultResponse.php index a3e2b8479b2f..f532f9e2e55b 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FooGetDefaultResponse.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FooGetDefaultResponse.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FormatTest.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FormatTest.php index 6c8eea41d5cc..4149df86c5cf 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FormatTest.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/FormatTest.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php index 8c030c4c31ec..baa160cc19b1 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HasOnlyReadOnly.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HealthCheckResult.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HealthCheckResult.php index 78217caefc54..07ec049c0965 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HealthCheckResult.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/HealthCheckResult.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MapTest.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MapTest.php index f46bb0b3f076..0bd72a04198c 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MapTest.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MapTest.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php index 7bbb90c84923..e1b4aac29286 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/MixedPropertiesAndAdditionalPropertiesClass.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Model200Response.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Model200Response.php index 9fbdeefb8ea4..f0a8a4398044 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Model200Response.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Model200Response.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelInterface.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelInterface.php index 7470017403df..822ef9d3c83f 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelInterface.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelInterface.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelList.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelList.php index 656f7d289d1a..420f1a318ecf 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelList.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelList.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelReturn.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelReturn.php index 8bafed1a0bf6..1ec62370f37a 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelReturn.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ModelReturn.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Name.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Name.php index 433c94c6ad96..6718ae206f60 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Name.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Name.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NullableClass.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NullableClass.php index 5a38f28aa2b0..cecfc7a333d1 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NullableClass.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NullableClass.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NumberOnly.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NumberOnly.php index d2a12694b974..73a78118a4f9 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NumberOnly.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/NumberOnly.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ObjectWithDeprecatedFields.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ObjectWithDeprecatedFields.php index 46172639fd37..1bec3db84a33 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ObjectWithDeprecatedFields.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ObjectWithDeprecatedFields.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Order.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Order.php index db24ef311b8c..ebc4eae027e9 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Order.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Order.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterComposite.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterComposite.php index 58d152cbfd88..1ad98982b70a 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterComposite.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterComposite.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnum.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnum.php index 637074b74688..f4d09cf1f207 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnum.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnum.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php index fff4ab2ab5cb..d5753d896930 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumDefaultValue.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumInteger.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumInteger.php index 41705ac32c64..654f5a6a27bc 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumInteger.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumInteger.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php index 7faef2358547..ddb66f7515e0 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterEnumIntegerDefaultValue.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterObjectWithEnumProperty.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterObjectWithEnumProperty.php index 3cc5dddc299d..c5817f1f81a8 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterObjectWithEnumProperty.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/OuterObjectWithEnumProperty.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Pet.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Pet.php index 4cddd3ca1c2a..6795d19e6aab 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Pet.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Pet.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php index 3166edcb47f3..88a7bbaed1a3 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/ReadOnlyFirst.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SingleRefType.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SingleRefType.php index 35274de78a47..a785e84e9540 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SingleRefType.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SingleRefType.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SpecialModelName.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SpecialModelName.php index 87065d089a91..dcf7599371e6 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SpecialModelName.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/SpecialModelName.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Tag.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Tag.php index b88607c7a012..03742ae42152 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Tag.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/Tag.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/User.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/User.php index cf55d0e3d3c4..d745bfc65ff1 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/User.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/Model/User.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */ diff --git a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ObjectSerializer.php b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ObjectSerializer.php index d218db0d09cf..55a2501c101a 100644 --- a/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ObjectSerializer.php +++ b/samples/client/petstore/php-nextgen/OpenAPIClient-php/lib/ObjectSerializer.php @@ -16,7 +16,7 @@ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 - * Generated by: https://openapi-generator.tech + * @generated Generated by: https://openapi-generator.tech * OpenAPI Generator version: 6.3.0-SNAPSHOT */