TeaThemeOptions/TeaThemeOptions

View on GitHub
src/Core/Field/Text.php

Summary

Maintainability
A
1 hr
Test Coverage

Method prepareField has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function prepareField($content, $details = array())
    {
        //Build details
        $post = isset($details['post']) ? $details['post'] : 0;
        $prefix = isset($details['prefix']) ? $details['prefix'] : '';
Severity: Minor
Found in src/Core/Field/Text.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status