mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #400] Changed commands to use command.name in the help #8138
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/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