Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | protected function getCommandUsingInteractiveForm(InputInterface $input, OutputInterface $output) |
||
22 | { |
||
23 | /** @var FormHelper $formHelper */ |
||
24 | $formHelper = $this->getHelper('form'); |
||
25 | |||
26 | $commandName = $input->getArgument('commandName'); |
||
27 | return $formHelper->interactUsingForm(new self::$commandToFormTypeMap[$commandName](), $input, $output); |
||
28 | } |
||
29 | } |
This check marks private properties in classes that are never used. Those properties can be removed.