forked from loafle/openapi-generator-original
* Add monolog to templates * Remove default values from DI\get helper It turned out \DI\get expects only single argument, current method call doesn't throw any errors but it should be corrected anyway. * Refresh samples
29 lines
620 B
Plaintext
29 lines
620 B
Plaintext
.github/workflows/main.yml
|
|
.gitignore
|
|
README.md
|
|
composer.json
|
|
config/.htaccess
|
|
config/dev/default.inc.php
|
|
config/prod/default.inc.php
|
|
lib/Api/AbstractPetApi.php
|
|
lib/Api/AbstractStoreApi.php
|
|
lib/Api/AbstractUserApi.php
|
|
lib/App/RegisterDependencies.php
|
|
lib/App/RegisterMiddlewares.php
|
|
lib/App/RegisterRoutes.php
|
|
lib/App/ResponseEmitter.php
|
|
lib/Auth/AbstractAuthenticator.php
|
|
lib/BaseModel.php
|
|
lib/Model/ApiResponse.php
|
|
lib/Model/Category.php
|
|
lib/Model/Order.php
|
|
lib/Model/Pet.php
|
|
lib/Model/Tag.php
|
|
lib/Model/User.php
|
|
logs/.htaccess
|
|
phpcs.xml.dist
|
|
phpunit.xml.dist
|
|
public/.htaccess
|
|
public/index.php
|
|
tests/BaseModelTest.php
|