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

Warn about duplicate annotations

Open PatrickRoesler opened this issue 5 years ago • 0 comments

Hello,

I would like PHP Storm to show me if I wrote duplicate annotations. When I write something like...


/**

  • @ORM\Entity(repositoryClass="SomeRepositoryClass")
  • @ORM\Entity */ class SomeEntityClass

... PHP Storm doesn´t warn me yet, that the annotation is used twice.

Thanks in advance

Patrick

PatrickRoesler avatar Jul 21 '20 14:07 PatrickRoesler