imagecms/ImageCMS

View on GitHub
application/modules/mod_seo/models/seoexpert_model.php

Summary

Maintainability
A
1 hr
Test Coverage

Method install has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function install() {

        $sql = 'CREATE TABLE IF NOT EXISTS `mod_seo` (
                    `id` int(11) NOT NULL AUTO_INCREMENT,
                    `locale` varchar(5) DEFAULT NULL,
Severity: Minor
Found in application/modules/mod_seo/models/seoexpert_model.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status