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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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