Skip to content

Commit 9cc7c22

Browse files
authored
Fix description of the queue-delete command (vyuldashev#366)
Looks like it was copy/pasted from the queue-declare command.
1 parent 98d2799 commit 9cc7c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/QueueDeleteCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class QueueDeleteCommand extends Command
1414
{--unused=0 : Check if queue has no consumers}
1515
{--empty=0 : Check if queue is empty}';
1616

17-
protected $description = 'Declare queue';
17+
protected $description = 'Delete queue';
1818

1919
/**
2020
* @param RabbitMQConnector $connector

0 commit comments

Comments
 (0)