XoopsModules25x/rss

View on GitHub
class/Plugins/Myalbum.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function grabEntries(\XoopsMySQLDatabase $xoopsDB): ?array
    {
        $myts = \MyTextSanitizer::getInstance();
        $ret  = null;
        $i    = 0;
Severity: Minor
Found in class/Plugins/Myalbum.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status