Skip to content

Commit

Permalink
Merge pull request #137 from VincentLanglet/patch-2
Browse files Browse the repository at this point in the history
Change Paginator template to covariant
  • Loading branch information
orklah authored Dec 23, 2022
2 parents 6e388e1 + 7fc4aa8 commit 9ce1b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Paginator.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Doctrine\ORM\Tools\Pagination;
use Doctrine\ORM\QueryBuilder;
use Doctrine\ORM\Query;
/**
* @template T
* @template-covariant T
*/
class Paginator implements \Countable, \IteratorAggregate
{
Expand Down

0 comments on commit 9ce1b84

Please sign in to comment.