piotrpolak/pepiscms

View on GitHub
pepiscms/modules/logs/controllers/LogsWidget.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function logs($collection, $resource_id = null, $title = false)
    {
        $where_conditions = array('collection' => $collection);

        if ($resource_id) {
Severity: Minor
Found in pepiscms/modules/logs/controllers/LogsWidget.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status