XoopsModules25x/news

View on GitHub
class/NewsStories.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct()
    {
        parent::__construct();
        $this->initVar('storyid', \XOBJ_DTYPE_INT, null, false, 8);
        $this->initVar('uid', \XOBJ_DTYPE_INT, null, false, 5);
Severity: Minor
Found in class/NewsStories.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status