-
-
Couldn't load subscription status.
- Fork 142
Closed
Description
Phpstorm version: 2016.2.4
Plugin version: 0.14.155
All functions in the repository are not autocompleted, even when i use cmd + click (goto) and of course the functions are working.
// in articles entity /** * Articles * * @ORM\Table(name="articles") * @ORM\Entity(repositoryClass="AppBundle\Repository\ArticlesRepository") */ class Articles {// in my repository class ArticlesRepository extends EntityRepository { public function findLastest(){}// in my controller $em = $this->getDoctrine()->getManager(); $articles = $em->getRepository('AppBundle:Articles')->findLastest();Here some screenshots :
Metadata
Metadata
Assignees
Labels
No labels


