Skip to content

Commit 65146e3

Browse files
julienfalqueondrejmirtes
authored andcommitted
Fix entity generic type consistency in stubs
1 parent 7484f81 commit 65146e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/RepositoryFactory.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Doctrine\ORM\EntityManagerInterface;
88
interface RepositoryFactory
99
{
1010
/**
11-
* @template TEntityClass of object
11+
* @template TEntityClass
1212
* @phpstan-param class-string<TEntityClass> $entityName
1313
* @phpstan-return ObjectRepository<TEntityClass>
1414
*/

0 commit comments

Comments
 (0)