@@ -102,7 +102,7 @@ |
||
102 | 102 | $this->isInstanceOf(InputInterface::class), |
103 | 103 | $this->isInstanceOf(OutputInterface::class), |
104 | 104 | $this->callback( |
105 | - function ($argument) { |
|
105 | + function($argument) { |
|
106 | 106 | return $argument instanceof ChoiceQuestion |
107 | 107 | && $argument->isMultiselect() |
108 | 108 | && !empty($argument->getChoices()); |