Hey guys, really appreciate your work. Could you take a look at the problem I'm facing?
Came across this when opening classes that implement IteratorAggregate. Like this:
<?php
namespace Pagination;
use Closure;
use IteratorAggregate;
use Traversable;
/**
* @template T
* @implements IteratorAggregate<T>
*/
class CursorPaginator implements IteratorAggregate
{
...
Hey guys, really appreciate your work. Could you take a look at the problem I'm facing?
Came across this when opening classes that implement IteratorAggregate. Like this:
Exception thrown: