Skip to content

Warn about duplicate annotations #206

Description

@PatrickRoesler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions