writesdown/app-cms

View on GitHub
frontend/controllers/TermController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method actionView has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function actionView($id = null, $slug = null)
    {
        $render = 'view';

        if ($id) {
Severity: Minor
Found in frontend/controllers/TermController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status