XoopsModules25x/userlog

View on GitHub

Showing 1,244 of 1,244 total issues

The method _loadCacheFile is not named in camelCase.
Open

    private function _loadCacheFile($name = null, $root_path = XOOPS_CACHE_PATH)
    {
        if (empty($name)) {
            return false;
        }
Severity: Minor
Found in class/setting.php by phpmd

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method time_update is not named in camelCase.
Open

    public function time_update()
    {
        return $this->userlog->formatTime($this->getVar('time_update'));
    }
Severity: Minor
Found in class/stats.php by phpmd

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

TODO found
Open

// END add login/register history - TODO: in block
Severity: Minor
Found in admin/stats.php by fixme

TODO found
Open

// START add login/register history - TODO: in block
Severity: Minor
Found in admin/stats.php by fixme
Severity
Category
Status
Source
Language