XoopsModules25x/xoopsfaq

View on GitHub
class/ContentsHandler.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method renderAdminListing has 83 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function renderAdminListing($sort = null): string
    {
        $sort ??= 'id';
        //        if (!\class_exists('Xoopsfaq\Utility')) {
        //            \xoops_load('utility', \basename(\dirname(__DIR__)));
Severity: Major
Found in class/ContentsHandler.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status