From dca491507893d10a2c52a72ebdffecd7a583addf Mon Sep 17 00:00:00 2001 From: Chris Heng Date: Wed, 27 Nov 2013 18:17:50 +0800 Subject: [PATCH] No default value --- src/VGMdb/Component/Queue/Command/QueueWorkCommand.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php b/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php index 561777e..2283619 100644 --- a/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php +++ b/src/VGMdb/Component/Queue/Command/QueueWorkCommand.php @@ -35,8 +35,7 @@ protected function configure() ), new InputOption( 'no-wait', null, InputOption::VALUE_NONE, - 'Whether to wait for a job', - false + 'Whether to wait for a job' ) )) ->setDescription('Process jobs on a queue')