You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: