imagecms/ImageCMS

View on GitHub
application/modules/cfcm/cfcm_forms.php

Summary

Maintainability
B
4 hrs
Test Coverage

Method edit_field has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function edit_field($type) {
        $f = [];

        $f['label'] = [
                       'type'       => 'text',
Severity: Major
Found in application/modules/cfcm/cfcm_forms.php - About 2 hrs to fix

Method create_field has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function create_field() {
        $fields = [
                   'field_name' => [
                                    'type'       => 'text',
                                    'label'      => lang('Name', 'cfcm') . ': '."<span class='must'>*</span>",
Severity: Minor
Found in application/modules/cfcm/cfcm_forms.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status