doctrine/orm

DDC-813: Validate Schema should complain on bi-directional relationships with mapped superclasses

Open

#5,331 opened on Sep 21, 2010

 (0 comments) (0 reactions) (1 assignee)PHP (2,539 forks)batch import
HacktoberfestImprovement

Repository metrics

Stars
 (10,176 stars)
PR merge metrics
 (Avg merge 29d 6h) (13 merged PRs in 30d)

Description

Jira issue originally created by user @beberlei:

@ManyToOne and @OneToOne on a class that is defined as a mapped superclasses have to be unidirectional. The Schema Validator should verify this is the case.

Contributor guide