XoopsModules25x/xoopsfaq

View on GitHub
class/CategoryHandler.php

Summary

Maintainability
A
1 hr
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status