Skip to content

Commit 77aa34f

Browse files
author
janvt
authored
Merge pull request #21 from Bl00D4NGEL/fix-generic-for-in-memory-repository
Fix: PHPDoc generic for InMemoryRepository
2 parents 5baf08f + ef575a5 commit 77aa34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/InMemory/Repository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* @template T of object
16-
* @extends RepositoryInterface<T>
16+
* @implements RepositoryInterface<T>
1717
*/
1818
abstract class Repository implements RepositoryInterface
1919
{

0 commit comments

Comments
 (0)