tflori/hugga

View on GitHub
src/Input/Question/Choice.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Method askInteractive has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function askInteractive(Console $console, Observer $observer)
    {
        /** @var InteractiveOutputInterface $output */
        $output = $console->getOutput();
        $maxVisible = $output->getSize()[0] - 2;
Severity: Minor
Found in src/Input/Question/Choice.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status