idea-php-annotation-plugin
idea-php-annotation-plugin copied to clipboard
Warn about duplicate annotations
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