Completed
Push — master ( e68c52...f97961 )
by Andreas
29s queued 14s
created
src/Command/NotifyClosingCfps.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -47,18 +47,18 @@
 block discarded – undo
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
Please login to merge, or discard this patch.