@@ -47,18 +47,18 @@ |
||
47 | 47 | protected function configure() |
48 | 48 | { |
49 | 49 | $this->setName("notifyClosingCfps") |
50 | - ->setDescription("Notify about CfPs that close within 24 hours") |
|
51 | - ->setDefinition(array( |
|
52 | - new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''), |
|
53 | - )) |
|
54 | - ->setHelp(<<<EOT |
|
50 | + ->setDescription("Notify about CfPs that close within 24 hours") |
|
51 | + ->setDefinition(array( |
|
52 | + new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''), |
|
53 | + )) |
|
54 | + ->setHelp(<<<EOT |
|
55 | 55 | Notify about CfPs that are closing within 24 hours |
56 | 56 | |
57 | 57 | Usage: |
58 | 58 | |
59 | 59 | <info>callingallpapers notifyClosingCfp</info> |
60 | 60 | EOT |
61 | - ); |
|
61 | + ); |
|
62 | 62 | } |
63 | 63 | |
64 | 64 | protected function execute(InputInterface $input, OutputInterface $output): int |