XoopsModules25x/wfdownloads

View on GitHub
class/Mirror.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getForm has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getForm()
    {
        require_once XOOPS_ROOT_PATH . '/class/xoopsformloader.php';
        $uid = !empty($GLOBALS['xoopsUser']) ? (int)$GLOBALS['xoopsUser']->getVar('uid') : 0;

Severity: Major
Found in class/Mirror.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status