clickup-php
clickup-php copied to clipboard
Deprecated function: Return type of ClickUp\Objects\AbstractObjectCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable
Hi, PHP >= 8.1 has a deprecation warning. You need to add a return type to getIterator
in the AbstractObjectCollection
class.