Skip to content

Commit 3ef6399

Browse files
fluffycondorondrejmirtes
authored andcommitted
Fix ObjectRepository template covariance
1 parent acb569f commit 3ef6399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Persistence/ObjectRepository.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Doctrine\Persistence;
44

55
/**
6-
* @template TEntityClass of object
6+
* @template-covariant TEntityClass of object
77
*/
88
interface ObjectRepository
99
{

0 commit comments

Comments
 (0)