| @@ -42,11 +42,11 @@ discard block | ||
| 42 | 42 | protected function configure() | 
| 43 | 43 |      { | 
| 44 | 44 |          $this->setName("parseCfPs") | 
| 45 | -             ->setDescription("Retrieve CfPs and parse them") | |
| 46 | - ->setDefinition(array( | |
| 47 | -                 new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''), | |
| 48 | - )) | |
| 49 | - ->setHelp(<<<EOT | |
| 45 | +                ->setDescription("Retrieve CfPs and parse them") | |
| 46 | + ->setDefinition(array( | |
| 47 | +                    new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''), | |
| 48 | + )) | |
| 49 | + ->setHelp(<<<EOT | |
| 50 | 50 | Get details about CfPs from different sources | 
| 51 | 51 | |
| 52 | 52 | Usage: | 
| @@ -56,7 +56,7 @@ discard block | ||
| 56 | 56 | If you ommit the date the current date will be used instead | 
| 57 | 57 | <info>callingallpapers parseCfPs<env></info> | 
| 58 | 58 | EOT | 
| 59 | - ); | |
| 59 | + ); | |
| 60 | 60 | } | 
| 61 | 61 | |
| 62 | 62 | protected function execute(InputInterface $input, OutputInterface $output) | 
| @@ -30,7 +30,6 @@ | ||
| 30 | 30 | namespace Callingallpapers\Parser\Lanyrd; | 
| 31 | 31 | |
| 32 | 32 | use Callingallpapers\Entity\Cfp; | 
| 33 | -use Callingallpapers\Parser\Lanyrd\LanyrdEntryParser; | |
| 34 | 33 | use Callingallpapers\Parser\ParserInterface; | 
| 35 | 34 | use Callingallpapers\Writer\WriterInterface; | 
| 36 | 35 | |
| @@ -45,18 +45,18 @@ | ||
| 45 | 45 | protected function configure() | 
| 46 | 46 |      { | 
| 47 | 47 |          $this->setName("notifyClosingCfps") | 
| 48 | -             ->setDescription("Notify about CfPs that close within 24 hours") | |
| 49 | - ->setDefinition(array( | |
| 50 | -                 new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''), | |
| 51 | - )) | |
| 52 | - ->setHelp(<<<EOT | |
| 48 | +                ->setDescription("Notify about CfPs that close within 24 hours") | |
| 49 | + ->setDefinition(array( | |
| 50 | +                    new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''), | |
| 51 | + )) | |
| 52 | + ->setHelp(<<<EOT | |
| 53 | 53 | Notify about CfPs that are closing within 24 hours | 
| 54 | 54 | |
| 55 | 55 | Usage: | 
| 56 | 56 | |
| 57 | 57 | <info>callingallpapers notifyClosingCfp</info> | 
| 58 | 58 | EOT | 
| 59 | - ); | |
| 59 | + ); | |
| 60 | 60 | } | 
| 61 | 61 | |
| 62 | 62 | protected function execute(InputInterface $input, OutputInterface $output) |