We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4ab0a commit 134eccaCopy full SHA for 134ecca
stubs/EntityRepository.stub
@@ -12,6 +12,9 @@ use Doctrine\Persistence\ObjectRepository;
12
class EntityRepository implements ObjectRepository
13
{
14
15
+ /** @var class-string<TEntityClass> */
16
+ protected $_entityName;
17
+
18
/**
19
* @phpstan-param mixed $id
20
* @phpstan-param int|null $lockMode
0 commit comments