Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
32 | public function __construct(InputInterface $input, OutputInterface $output, QuestionHelper $helper, string $question, bool $printAnswer = true) |
||
33 | { |
||
34 | $this->helper = $helper; |
||
35 | $this->input = $input; |
||
36 | $this->output = $output; |
||
37 | $this->question = $question; |
||
38 | $this->printAnswer = $printAnswer; |
||
39 | } |
||
63 |