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
Hello,
I would like PHP Storm to show me if I wrote duplicate annotations. When I write something like...
/**
*/
class SomeEntityClass
... PHP Storm doesn´t warn me yet, that the annotation is used twice.
Thanks in advance
Patrick