From 24dd7a9860246c5e6ae7d02a0b9899a600840179 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 14 Dec 2018 10:13:35 +0100 Subject: [PATCH] updated docs --- pkg/enqueue/Client/CommandSubscriberInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/enqueue/Client/CommandSubscriberInterface.php b/pkg/enqueue/Client/CommandSubscriberInterface.php index 5bbe78efe..9ee09d0ab 100644 --- a/pkg/enqueue/Client/CommandSubscriberInterface.php +++ b/pkg/enqueue/Client/CommandSubscriberInterface.php @@ -41,7 +41,7 @@ interface CommandSubscriberInterface * queue, processor, prefix_queue, and exclusive are optional. * It is possible to pass other options, they could be accessible on a route instance through options. * - * Note: If you set queueNameHardcoded to true then the queueName is used as is and therefor the driver is not used to create a transport queue name. + * Note: If you set "prefix_queue" to true then the "queue" is used as is and therefor the driver is not used to create a transport queue name. * * @return string|array */