Skip to content

Commit

Permalink
EntityRepository stub - precise type for $_entityName property
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 19, 2021
1 parent 1d4ab0a commit 134ecca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stubs/EntityRepository.stub
Expand Up @@ -12,6 +12,9 @@ use Doctrine\Persistence\ObjectRepository;
class EntityRepository implements ObjectRepository
{

/** @var class-string<TEntityClass> */
protected $_entityName;

/**
* @phpstan-param mixed $id
* @phpstan-param int|null $lockMode
Expand Down

0 comments on commit 134ecca

Please sign in to comment.