mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #9703] Update ClassMetadataInfo::table definition #11814
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/9703
State: closed
Merged: Yes
Hello,
I recently encountered an issue when bumping the phpstan level of my project.
The code
is reported as an error because
uniqueConstraintsis always set.But when I dump the value, it seems that sometimes, only the name key is set.

Everything except the name key might be undefined when accessing to this public property, for instance in a
loadClassMetadataevent.