Skip to content

Commit

Permalink
Change Paginator template to covariant
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Dec 22, 2022
1 parent 6e388e1 commit 7fc4aa8
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 7fc4aa8

Please sign in to comment.