DDC-802: Missing variable $name in XmlExporter #988

Open
opened 2026-01-22 12:58:12 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Sep 14, 2010).

Jira issue originally created by user hason:

At line 112 http://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php#L112 is required variable $name. This variable should be replaced by $unique['name']. And before this line should be test if(isset($unique['name'])).

Originally created by @doctrinebot on GitHub (Sep 14, 2010). Jira issue originally created by user hason: At line 112 http://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php#L112 is required variable $name. This variable should be replaced by $unique['name']. And before this line should be test if(isset($unique['name'])).
admin added the Bug label 2026-01-22 12:58:12 +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#988