XoopsModules25x/mymenus

View on GitHub
include/config.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getConfig has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getConfig()
{
    $moduleDirName      = basename(dirname(__DIR__));
    $moduleDirNameUpper = strtoupper($moduleDirName);
    return (object)[
Severity: Minor
Found in include/config.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status