contributte / apitte

:wrench: An opinionated and enjoyable API framework based on Nette Framework. Supporting content negotiation, debugging, middlewares, attributes, annotations and loving openapi/swagger.
https://contributte.org/packages/contributte/apitte/
MIT License
61 stars 37 forks source link

Fix type extraction from `array`/`mixed` native types #182

Closed r-st closed 1 year ago

r-st commented 2 years ago

Fixes broken type extraction when property used native array or mixed type

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.02%) to 90.557% when pulling 40e2080daaa550a08b7ce8f7fc5607d21850916d on r-st:fix-array-mixed-property into 3da7316e5f6ee1d1dd989cc25dab4f4febf6456c on contributte:master.

f3l1x commented 1 year ago

Thanks