felixarntz/plugin-lib

View on GitHub
src/fields/radio.php

Summary

Maintainability
A
1 hr
Test Coverage

Method render_single_input has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        protected function render_single_input( $current_value ) {
            $current_value = array_map( 'strval', (array) $current_value );

            $input_attrs = $this->get_input_attrs(
                array(
Severity: Minor
Found in src/fields/radio.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status