Closed wickedOne closed 7 years ago
fixes a bug where a single annotation spans multiple lines.
/** * @ORM\JoinTable( * joinColumns={@ORM\JoinColumn(name="// ..., * inverseJoinColumns={@ORM\JoinColumn(name="// ... * ) * * @SER\Groups("// ...
or with annotations which are not aliased
/** * @UniqueEntity(fields="email", message="user.email.duplicate") * @UniqueEntity(fields="username", message="user.username.duplicate") * // ...
should no longer trigger an error
Thanks @wickedOne!
fixes a bug where a single annotation spans multiple lines.
or with annotations which are not aliased
should no longer trigger an error