Skip to content

Commit ef575a5

Browse files
committed
fix: phpdoc: let InMemoryRepository implement interface instead of extending it
1 parent c6a9b92 commit ef575a5

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)