1 | <?php |
||
14 | class DescriptionQuestion extends Question |
||
15 | { |
||
16 | /** |
||
17 | * @param InputInterface $input |
||
18 | * @param OutputInterface $output |
||
19 | * @return int |
||
20 | */ |
||
21 | 4 | public function execute(InputInterface $input, OutputInterface $output) |
|
35 | |||
36 | /** |
||
37 | * @return callable |
||
38 | */ |
||
39 | private function buildValidator() |
||
48 | } |
||
49 |