[php-nextgen] Remove deprecated @category phpdoc (#16829)

* [php-nextgen] Remove deprecated @category phpdoc

@category tag is deprecated accordingly to:
* [PhpDocumentor](https://docs.phpdoc.org/guide/references/phpdoc/tags/category.html)

* Refresh samples
This commit is contained in:
Yuriy Belenko 2023-10-15 04:35:02 +03:00 committed by GitHub
parent 571aefa3da
commit 3bc4f67333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
93 changed files with 0 additions and 183 deletions

View File

@ -3,7 +3,6 @@
* ApiException
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -24,7 +23,6 @@ use stdClass;
/**
* ApiException Class Doc Comment
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* Configuration
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -23,7 +22,6 @@ use InvalidArgumentException;
/**
* Configuration Class Doc Comment
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* HeaderSelector
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -21,7 +20,6 @@ namespace {{invokerPackage}};
/**
* HeaderSelector Class Doc Comment
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package {{modelPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -27,7 +26,6 @@ use {{modelPackage}}\ModelInterface;
/**
* ObjectSerializer Class Doc Comment
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* {{classname}}
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -35,7 +34,6 @@ use {{invokerPackage}}\ObjectSerializer;
/**
* {{classname}} Class Doc Comment
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* {{classname}}Test
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -26,7 +25,6 @@ use PHPUnit\Framework\TestCase;
/**
* {{classname}}Test Class Doc Comment
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -6,7 +6,6 @@
*
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -34,7 +33,6 @@ use {{invokerPackage}}\ObjectSerializer;
/**
* {{classname}} Class Doc Comment
*
* @category Class
{{#description}}
* @description {{.}}
{{/description}}

View File

@ -6,7 +6,6 @@
*
* PHP version 8.1
*
* @category Class
* @package {{invokerPackage}}
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -26,7 +25,6 @@ use PHPUnit\Framework\TestCase;
/**
* {{classname}}Test Class Doc Comment
*
* @category Class
* @description {{description}}{{^description}}{{classname}}{{/description}}
* @package {{invokerPackage}}
* @author OpenAPI Generator team

View File

@ -3,7 +3,6 @@
* AuthApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -45,7 +44,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* AuthApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* BodyApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -45,7 +44,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* BodyApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* FormApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -45,7 +44,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* FormApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* HeaderApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -45,7 +44,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* HeaderApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* PathApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -45,7 +44,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* PathApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* QueryApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -45,7 +44,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* QueryApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* ApiException
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -34,7 +33,6 @@ use stdClass;
/**
* ApiException Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* Configuration
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -33,7 +32,6 @@ use InvalidArgumentException;
/**
* Configuration Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* HeaderSelector
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client;
/**
* HeaderSelector Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Bird Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Category Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -32,7 +31,6 @@ namespace OpenAPI\Client\Model;
/**
* DataQuery Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* DefaultValue Class Doc Comment
*
* @category Class
* @description to test the default value of properties
* @package OpenAPI\Client
* @author OpenAPI Generator team

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client\Model
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* NumberPropertiesOnly Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Pet Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Query Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -32,7 +31,6 @@ namespace OpenAPI\Client\Model;
/**
* StringEnumRef Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Tag Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -38,7 +37,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\Model\ModelInterface;
/**
* ObjectSerializer Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* AnotherFakeApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -44,7 +43,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* AnotherFakeApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* DefaultApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -44,7 +43,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* DefaultApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* FakeApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -44,7 +43,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* FakeApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* FakeClassnameTags123Api
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -44,7 +43,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* FakeClassnameTags123Api Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* PetApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -44,7 +43,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* PetApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* StoreApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -44,7 +43,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* StoreApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* UserApi
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -44,7 +43,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* UserApi Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* ApiException
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -33,7 +32,6 @@ use stdClass;
/**
* ApiException Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* Configuration
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -32,7 +31,6 @@ use InvalidArgumentException;
/**
* Configuration Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -3,7 +3,6 @@
* HeaderSelector
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -30,7 +29,6 @@ namespace OpenAPI\Client;
/**
* HeaderSelector Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* AdditionalPropertiesClass Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* AllOfWithSingleRef Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Animal Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ApiResponse Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ArrayOfArrayOfNumberOnly Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ArrayOfNumberOnly Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ArrayTest Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Capitalization Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* Cat Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Category Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* ChildWithNullable Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ClassModel Class Doc Comment
*
* @category Class
* @description Model for testing model with \"_class\" property
* @package OpenAPI\Client
* @author OpenAPI Generator team

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Client Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* DeprecatedObject Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* Dog Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* EnumArrays Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* EnumClass Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* EnumTest Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* FakeBigDecimalMap200Response Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* File Class Doc Comment
*
* @category Class
* @description Must be named `File` for test.
* @package OpenAPI\Client
* @author OpenAPI Generator team

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* FileSchemaTestClass Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Foo Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* FooGetDefaultResponse Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* FormatTest Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* HasOnlyReadOnly Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* HealthCheckResult Class Doc Comment
*
* @category Class
* @description Just a string to inform instance is up and running. Make it nullable in hope to get it as pointer in generated model.
* @package OpenAPI\Client
* @author OpenAPI Generator team

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* MapTest Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* MixedPropertiesAndAdditionalPropertiesClass Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Model200Response Class Doc Comment
*
* @category Class
* @description Model for testing model name starting with number
* @package OpenAPI\Client
* @author OpenAPI Generator team

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client\Model
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ModelList Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ModelReturn Class Doc Comment
*
* @category Class
* @description Model for testing reserved words
* @package OpenAPI\Client
* @author OpenAPI Generator team

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Name Class Doc Comment
*
* @category Class
* @description Model for testing model name same as property name
* @package OpenAPI\Client
* @author OpenAPI Generator team

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* NullableClass Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* NumberOnly Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ObjectWithDeprecatedFields Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Order Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* OuterComposite Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* OuterEnum Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* OuterEnumDefaultValue Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* OuterEnumInteger Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* OuterEnumIntegerDefaultValue Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* OuterObjectWithEnumProperty Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ParentWithNullable Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Pet Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* ReadOnlyFirst Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -31,7 +30,6 @@ namespace OpenAPI\Client\Model;
/**
* SingleRefType Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* SpecialModelName Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* Tag Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* TestInlineFreeformAdditionalPropertiesRequest Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -37,7 +36,6 @@ use OpenAPI\Client\ObjectSerializer;
/**
* User Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech

View File

@ -4,7 +4,6 @@
*
* PHP version 8.1
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
@ -36,7 +35,6 @@ use OpenAPI\Client\Model\ModelInterface;
/**
* ObjectSerializer Class Doc Comment
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech