[PR #400] Changed commands to use command.name in the help #8138

Closed
opened 2026-01-22 15:58:35 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/400

State: closed
Merged: Yes


The current code does not work for child classes: it gets the name too early as the child has not changed it yet at this point. using %command;name% replaces it only when the help needs to be displayed.

This is similar to doctrine/dbal#174

**Original Pull Request:** https://github.com/doctrine/orm/pull/400 **State:** closed **Merged:** Yes --- The current code does not work for child classes: it gets the name too early as the child has not changed it yet at this point. using `%command;name%` replaces it only when the help needs to be displayed. This is similar to doctrine/dbal#174
admin added the pull-request label 2026-01-22 15:58:35 +01:00
admin closed this issue 2026-01-22 15:58:35 +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#8138