clickup-php icon indicating copy to clipboard operation
clickup-php copied to clipboard

Deprecated function: Return type of ClickUp\Objects\AbstractObjectCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable

Open ghost opened this issue 9 months ago • 0 comments

Hi, PHP >= 8.1 has a deprecation warning. You need to add a return type to getIterator in the AbstractObjectCollection class.

ghost avatar May 16 '24 21:05 ghost