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

Removed unused description #122

Closed mabar closed 5 years ago

mabar commented 5 years ago

@description parsed by nette/reflection was useless since doctrine annotations were introduced, doctrine throw exception if an unknown annotation (even without brackets) is used. I removed it as it's not used anywhere and for openapi description and summary we have @OpenApi annotation