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
{
...
I tried this with the current release and it seems to work file. It was probably the missing phar support. Please reopen if you still see this issue with 1.7.1 version or newer.
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: