XoopsModules25x/smallworld

View on GitHub
class/SwUser.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function __construct()
    {
        parent::__construct();
        $this->initVar('id', XOBJ_DTYPE_INT, null, false);
        $this->initVar('userid', XOBJ_DTYPE_TXTBOX, null, false, 255);
Severity: Minor
Found in class/SwUser.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status