src/CMS/ContentHistory.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method init has 88 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function init()
    {
        $this->_a['table'] = 'cms_content_histories';
        $this->_a['verbose'] = 'CMS Content History';
        $this->_a['cols'] = array(
Severity: Major
Found in src/CMS/ContentHistory.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status