XoopsModules25x/rss

View on GitHub
class/Plugins/Newbb.php

Summary

Maintainability
A
1 hr
Test Coverage

Method grabEntries has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function grabEntries(\XoopsMySQLDatabase $xoopsDB): ?array
    {
        require_once XOOPS_ROOT_PATH . '/modules/' . $this->dirname . '/class/class.forumposts.php';
        $myts   = \MyTextSanitizer::getInstance();
        $ret    = null;
Severity: Minor
Found in class/Plugins/Newbb.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status