growella/gravityforms-autocomplete-fields

View on GitHub
includes/core.php

Summary

Maintainability
A
1 hr
Test Coverage

Method get_autocomplete_values has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function get_autocomplete_values() {
    $values = array(
        'name'                 => _x( 'Full name', 'autocomplete attribute label', 'gravityforms-autocomplete-fields' ),
        'given-name'           => _x( 'First/given name', 'autocomplete attribute label', 'gravityforms-autocomplete-fields' ),
        'family-name'          => _x( 'Last/family name', 'autocomplete attribute label', 'gravityforms-autocomplete-fields' ),
Severity: Minor
Found in includes/core.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status