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 deprecations of PHP 8.1 #178

Closed r-st closed 2 years ago

r-st commented 2 years ago

IteratorAggreage:getIterator() should return Traversable since PHP 8.1

Fixes #177

f3l1x commented 2 years ago

Awesome. Thanks. :-)