Skip to content

Commit 0de3fc6

Browse files
committed
Fix
1 parent b76c21e commit 0de3fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DoctrineIntegration/ORM/data/entityRepositoryDynamicReturn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ abstract class BaseEntity
218218
{
219219

220220
/**
221-
* @return EntityRepository<self>
221+
* @return EntityRepository<static>
222222
*/
223223
public function getRepository(): EntityRepository
224224
{

0 commit comments

Comments
 (0)