DDC-465: CLI addTask() method requires both name and class #578

Closed
opened 2026-01-22 12:43:16 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 24, 2010).

Originally assigned to: @guilhermeblanco on GitHub.

Jira issue originally created by user @jwage:

The problem with the addTask() method requiring you specify both the task name and the class is that you are having to specify the task name there as well as in the buildDocumentation() method with the setName() method. We should probably do addTask(new MyTask) and then we can get the name of the task from the task itself.

Originally created by @doctrinebot on GitHub (Mar 24, 2010). Originally assigned to: @guilhermeblanco on GitHub. Jira issue originally created by user @jwage: The problem with the addTask() method requiring you specify both the task name and the class is that you are having to specify the task name there as well as in the buildDocumentation() method with the setName() method. We should probably do addTask(new MyTask) and then we can get the name of the task from the task itself.
admin added the Improvement label 2026-01-22 12:43:16 +01:00
admin closed this issue 2026-01-22 12:43:17 +01:00
Author
Owner

@doctrinebot commented on GitHub (Apr 12, 2010):

Comment created by @guilhermeblanco:

Fixed by change to Sf Console

@doctrinebot commented on GitHub (Apr 12, 2010): Comment created by @guilhermeblanco: Fixed by change to Sf Console
Author
Owner

@doctrinebot commented on GitHub (Apr 12, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Apr 12, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#578