DoclerLabs / api-client-generator

API client generator is a console application capable of generating an API client based on OpenAPI(Swagger) specification.
MIT License
31 stars 19 forks source link

fix nullable return type hint for schema #73

Closed vsouz4 closed 2 years ago

vsouz4 commented 2 years ago

phpdoc was correct already sending false to allowNullable:

$root->getPhpDocType(false)

// public function getPhpDocType(bool $allowNullable = true): string