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

46 lines
1.3 KiB
Plaintext

.gitignore
README.md
application/config.yml
application/config/app.yml
application/config/data_transfer.yml
application/config/path_handler.yml
application/container.php
composer.json
public/index.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/FindPetsByStatusQueryData.php
src/App/DTO/FindPetsByTagsQueryData.php
src/App/DTO/LoginUserQueryData.php
src/App/DTO/Order.php
src/App/DTO/Pet.php
src/App/DTO/Tag.php
src/App/DTO/User.php
src/App/Factory.php
src/App/Handler/Pet.php
src/App/Handler/PetFindByStatus.php
src/App/Handler/PetFindByTags.php
src/App/Handler/PetPetId.php
src/App/Handler/PetPetIdUploadImage.php
src/App/Handler/StoreInventory.php
src/App/Handler/StoreOrder.php
src/App/Handler/StoreOrderOrderId.php
src/App/Handler/User.php
src/App/Handler/UserCreateWithArray.php
src/App/Handler/UserCreateWithList.php
src/App/Handler/UserLogin.php
src/App/Handler/UserLogout.php
src/App/Handler/UserUsername.php
src/App/Middleware/InternalServerError.php