src/Input/Question/Choice.php
Method askInteractive
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function askInteractive(Console $console, Observer $observer)
{
/** @var InteractiveOutputInterface $output */
$output = $console->getOutput();
$maxVisible = $output->getSize()[0] - 2;