plugins/content/modules/yf_news.class.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function _view()
    {
        $a = $this->_get_info();
        if ( ! $a || ! $a['active']) {
            return _404('Not found');
Severity: Minor
Found in plugins/content/modules/yf_news.class.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status