| 1 | <?php |
||
| 14 | class BootstrapImportation extends Task |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param InputInterface $input |
||
| 18 | * @param OutputInterface $output |
||
| 19 | * @return int |
||
| 20 | */ |
||
| 21 | 5 | public function execute(InputInterface $input, OutputInterface $output) |
|
| 35 | |||
| 36 | /** |
||
| 37 | * @return array |
||
| 38 | */ |
||
| 39 | 4 | private function getOptions() |
|
| 45 | } |
||
| 46 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.