Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate basic entity persister to the object API of association mapping #10646

Merged
merged 1 commit into from
May 2, 2023

Conversation

greg0ire
Copy link
Member

No description provided.

@@ -438,7 +438,7 @@ class ClassMetadata implements PersistenceClassMetadata, Stringable
* )
* </pre>
*
* @psalm-var array<string, OneToOneAssociationMapping|ManyToOneAssociationMapping|OneToManyAssociationMapping|ManyToManyAssociationMapping>
* @psalm-var array<string, AssociationMapping>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to revert to something more simple here. It confused Psalm too much, especially when performing intersections with owning types.

@greg0ire
Copy link
Member Author

greg0ire commented May 2, 2023

ping @derrabus @SenseException 🙏

Copy link
Member

@SenseException SenseException left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for forgetting about this PR. I started a review back then late at night and wanted to check BasicEntityPersister on the next day but forgot to mark the PR as unread. 🙏

@greg0ire
Copy link
Member Author

greg0ire commented May 2, 2023

No worries :)

@greg0ire greg0ire added this to the 3.0.0 milestone May 2, 2023
@greg0ire greg0ire merged commit 09680b1 into doctrine:3.0.x May 2, 2023
@greg0ire greg0ire deleted the migrate-basic-entity-persister branch May 2, 2023 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants