DDC-1541: ClassMetadataBuilder has some name discrepancy in calls to AssociationBuilder methods #1934

Open
opened 2026-01-22 13:32:27 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Dec 16, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user verges:

ClassMetadataBuilder class has some methods defined that call methods on AssociationBuilder class by different names, specifically the (set) part . e.g.

ClassMetadataBuilder method addManyToOne, calls setInversedBy, but is defined in AssociationBuilder as inversedBy. This trows a call to undefined method.

Which one is it ?

Originally created by @doctrinebot on GitHub (Dec 16, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user verges: ClassMetadataBuilder class has some methods defined that call methods on AssociationBuilder class by different names, specifically the (set) part . e.g. ClassMetadataBuilder method addManyToOne, calls setInversedBy, but is defined in AssociationBuilder as inversedBy. This trows a call to undefined method. Which one is it ?
admin added the Bug label 2026-01-22 13:32:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1934