-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Milestone
Description
Feature Request
| Q | A |
|---|---|
| New Feature | yes |
| RFC | no |
| BC Break | no |
Summary
With PHP 8.1 attributes can now be nested. This allows to add some of the missing functionality that we have missed on the Attribute Driver support for PHP 8.0:
#[AttributeOverrides([new AttributeOverride(name: "foo", column: new Column(type: "string"))])and the same for#[AssociationOverride].#[JoinTable(joinColumns: [new JoinColumn], inverseJoinColumns: [new JoinColumn])#[Table(indexes: [new Index()], uniqueConstraints: [new UniqueConstraint()])]
Follow up to #8266
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels