cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

exclusiveMinimum and exclusiveMaximum are boolean #74

Closed canvural closed 4 years ago

canvural commented 4 years ago

exclusiveMinimum and exclusiveMaximum are already defined as boolean in the attributes method. But the PHPDoc was wrong. This PR fixes that.

cebe commented 4 years ago

Thank you!