Skip to content

Commit

Permalink
Removed "of object" from docBlock in "Cycle\ORM\RepositoryInterface"
Browse files Browse the repository at this point in the history
  • Loading branch information
sicet7 committed Jan 14, 2025
1 parent f2d32fb commit 7e4daf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Defines ability to locate entities based on scope parameters.
*
* @template TEntity of object
* @template TEntity
*/
interface RepositoryInterface
{
Expand Down

0 comments on commit 7e4daf3

Please sign in to comment.