|
@@ -41,7 +41,7 @@ |
|
|
block discarded – undo |
|
41
|
41
|
$interaction = new Interactions\Catalog(($config = new Config), $input, $output); |
|
42
|
42
|
|
|
43
|
43
|
$key = null; |
|
44
|
|
- while (! $interaction->isEmpty() && $key !== 'exit') { |
|
|
44
|
+ while (!$interaction->isEmpty() && $key !== 'exit') { |
|
45
|
45
|
$interaction->displayTable()->displayDetail($key); |
|
46
|
46
|
$output->writeln('<comment>Follow the author on twitter:<comment> <info>@enunomaduro</info> <info>✔</info>'); |
|
47
|
47
|
$key = $this->getHelper('question')->ask($input, $output, new Question('Select a meetup:')); |
Please login to merge, or discard this patch.