idea-php-annotation-plugin icon indicating copy to clipboard operation
idea-php-annotation-plugin copied to clipboard

Doctrine repository for doctrine entity and constants

Open b1rdex opened this issue 7 years ago • 0 comments

/**
 * @ORM\Entity(repositoryClass=TrackerStatusRepository::class)
 */
class TrackerStatus
{
}
  1. Alt+Enter on TrackerStatus always has add repository QF if class is specified with constant
  2. Find Usages of TrackerStatusRepository shows that class is never used

b1rdex avatar Jan 22 '18 08:01 b1rdex