- Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
With the following code:
private EntityManagerInterface $entityManager;Auto-completion for methods of $this->entityManager does not work
The following works fine:
/** * @var EntityManagerInterface */private$entityManager;Code used for testing
class X{privateEntityManagerInterface$entityManager; publicfunctionmyMethod(): void{$this->entityManager-> # auto-completion fails here } }Metadata
Metadata
Assignees
Labels
No labels