Skip to content

Commit c0ef138

Browse files
committed
issue-20188: regenerate samples
1 parent 47cc413 commit c0ef138

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?php declare(strict_types=1);
2+
3+
/**
4+
* OpenAPI Petstore
5+
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
6+
* PHP version 8.1
7+
*
8+
* The version of the OpenAPI document: 1.0.0
9+
*
10+
*
11+
* NOTE: This class is auto generated by OpenAPI-Generator
12+
* https://openapi-generator.tech
13+
* Do not edit the class manually.
14+
*
15+
* Source files are located at:
16+
*
17+
* > https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/php-laravel/
18+
*/
19+
20+
21+
/**
22+
* OrderOrderStatus
23+
*/
24+
namespace OpenAPI\Server\Model;
25+
26+
/**
27+
* OrderOrderStatus
28+
* @description Order status
29+
*/
30+
use Crell\Serde\Renaming\Cases;
31+
use Crell\Serde\Attributes as Serde;
32+
33+
#[Serde\ClassSettings(renameWith: Cases::snake_case)]
34+
class OrderOrderStatus
35+
{
36+
/**
37+
*/
38+
39+
public function __construct(
40+
) {}
41+
}
42+

0 commit comments

Comments
 (0)