Completed
Branch master (f97dd7)
by Nuno
04:04 queued 01:50
created
src/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.