We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab1545b + e1dee96 commit b9fd353Copy full SHA for b9fd353
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