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

Fatal Error: During inheritance of IteratorAggregate #192

Closed xpackal5 closed 1 year ago

xpackal5 commented 1 year ago

If you are using PHP8.1 RequestEntity throws

Fatal Error: During inheritance of IteratorAggregate: Uncaught in /var/www/html/vendor/apitte/core/src/Mapping/Request/AbstractEntity.php:9

Roman3349 commented 1 year ago

@xpackal5 It was fixed in https://github.com/contributte/apitte/commit/575669781dc905405a7bd8179dd546b21d4ee953. Please upgrade apitte to at least version 0.9.1.

xpackal5 commented 1 year ago

OK it helps. I was using apitte/fullstack whitch was abandoned