We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f3e74 commit e1dee96Copy full SHA for e1dee96
src/Infrastructure/Doctrine/Paginator.php
@@ -9,6 +9,10 @@
9
use GeekCell\Ddd\Contracts\Domain\Paginator as PaginatorInterface;
10
use Traversable;
11
12
+/**
13
+ * @template T of object
14
+ * @implements PaginatorInterface<T>
15
+ */
16
class Paginator implements PaginatorInterface
17
{
18
/**
src/Infrastructure/Doctrine/Repository.php
@@ -16,6 +16,10 @@
use function Symfony\Component\String\u;
19
20
21
+ * @implements RepositoryInterface<T>
22
23
abstract class Repository implements RepositoryInterface
24
25
0 commit comments