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 php7.4+ entity properties, make annotation reader optional #195

Closed Rixafy closed 1 year ago

Rixafy commented 1 year ago

I have no idea why that test failed, I tried it with php 8.0.28 on my local machine and it passed.

Rixafy commented 1 year ago

Ok, fixed, I realized I can make reader nullable instead of passing container and checking if it's there.