martin-mfg 4bec09f7b9
[PHP] fix error on circular references (#15900)
* fix php generators

* generate samples and docs

* fix samples
2023-06-27 10:23:10 +08:00

37 lines
1.1 KiB
Plaintext

.gitignore
README.md
composer.json
src/App/ApiClient.php
src/App/ApiClientFactory.php
src/App/DTO/ApiResponse.php
src/App/DTO/Category.php
src/App/DTO/Collection.php
src/App/DTO/Collection1.php
src/App/DTO/Collection10.php
src/App/DTO/Collection2.php
src/App/DTO/Collection3.php
src/App/DTO/Collection4.php
src/App/DTO/Collection5.php
src/App/DTO/Collection6.php
src/App/DTO/Collection7.php
src/App/DTO/Collection8.php
src/App/DTO/Collection9.php
src/App/DTO/DeleteOrderParameterData.php
src/App/DTO/DeletePetParameterData.php
src/App/DTO/DeleteUserParameterData.php
src/App/DTO/FindPetsByStatusParameterData.php
src/App/DTO/FindPetsByTagsParameterData.php
src/App/DTO/GetOrderByIdParameterData.php
src/App/DTO/GetPetByIdParameterData.php
src/App/DTO/GetUserByNameParameterData.php
src/App/DTO/LoginUserParameterData.php
src/App/DTO/Order.php
src/App/DTO/Pet.php
src/App/DTO/Tag.php
src/App/DTO/UpdatePetWithFormParameterData.php
src/App/DTO/UpdatePetWithFormRequest.php
src/App/DTO/UpdateUserParameterData.php
src/App/DTO/UploadFileParameterData.php
src/App/DTO/UploadFileRequest.php
src/App/DTO/User.php