Completed
Pull Request — master (#120)
by Andreas
18s
created
src/Command/ParseEventsConfsTech.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -58,11 +58,11 @@  discard block
 block discarded – undo
58 58
     protected function configure()
59 59
     {
60 60
         $this->setName("parseCfPs:confs.tech")
61
-             ->setDescription("Retrieve CfPs from Confs.tech ony and parse them")
62
-             ->setDefinition(array(
63
-                 new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''),
64
-             ))
65
-             ->setHelp(<<<EOT
61
+                ->setDescription("Retrieve CfPs from Confs.tech ony and parse them")
62
+                ->setDefinition(array(
63
+                    new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''),
64
+                ))
65
+                ->setHelp(<<<EOT
66 66
 Get details about CfPs from https://confs.tech
67 67
 
68 68
 Usage:
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
 If you ommit the date the current date will be used instead
73 73
 <info>callingallpapers parseCfPs<env></info>
74 74
 EOT
75
-             );
75
+                );
76 76
     }
77 77
 
78 78
     protected function execute(InputInterface $input, OutputInterface $output): int
Please login to merge, or discard this patch.
src/Command/ParseEvents.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -54,11 +54,11 @@  discard block
 block discarded – undo
54 54
     protected function configure()
55 55
     {
56 56
         $this->setName("parseCfPs")
57
-             ->setDescription("Retrieve CfPs and parse them")
58
-             ->setDefinition(array(
59
-                 new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''),
60
-             ))
61
-             ->setHelp(<<<EOT
57
+                ->setDescription("Retrieve CfPs and parse them")
58
+                ->setDefinition(array(
59
+                    new InputOption('start', 's', InputOption::VALUE_OPTIONAL, 'What should be the first date to be taken into account?', ''),
60
+                ))
61
+                ->setHelp(<<<EOT
62 62
 Get details about CfPs from different sources
63 63
 
64 64
 Usage:
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 If you ommit the date the current date will be used instead
69 69
 <info>callingallpapers parseCfPs<env></info>
70 70
 EOT
71
-             );
71
+                );
72 72
     }
73 73
 
74 74
     protected function execute(InputInterface $input, OutputInterface $output): int
Please login to merge, or discard this patch.