update samples, docs

This commit is contained in:
William Cheng
2022-06-06 12:20:21 +08:00
parent 051ed53ed0
commit 8f3dd48772
4 changed files with 4 additions and 8 deletions

View File

@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
* @implements \ArrayAccess<TKey, TValue>
* @template TKey int|null
* @template TValue mixed|null
* @implements \ArrayAccess<string, mixed>
*/
class AllOfWithSingleRef implements ModelInterface, ArrayAccess, \JsonSerializable
{

View File

@@ -38,9 +38,7 @@ use \OpenAPI\Client\ObjectSerializer;
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
* @implements \ArrayAccess<TKey, TValue>
* @template TKey int|null
* @template TValue mixed|null
* @implements \ArrayAccess<string, mixed>
*/
class FooGetDefaultResponse implements ModelInterface, ArrayAccess, \JsonSerializable
{