Skip to content

Commit 7e4daf3

Browse files
committed
Removed "of object" from docBlock in "Cycle\ORM\RepositoryInterface"
1 parent f2d32fb commit 7e4daf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Defines ability to locate entities based on scope parameters.
99
*
10-
* @template TEntity of object
10+
* @template TEntity
1111
*/
1212
interface RepositoryInterface
1313
{

0 commit comments

Comments
 (0)