XoopsModules25x/userlog

View on GitHub
class/plugin/interface.php

Summary

Maintainability
A
0 mins
Test Coverage

Each interface must be in a namespace of at least one level (a top-level vendor name)
Open

interface UserlogPluginInterface
Severity: Minor
Found in class/plugin/interface.php by phpcodesniffer

The parameter $subscribe_from is not named in camelCase.
Open

    public function item($subscribe_from);
Severity: Minor
Found in class/plugin/interface.php by phpmd

CamelCaseParameterName

Since: 0.2

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

Example

class ClassName {
    public function doSomething($user_name) {
    }
}

Source

There are no issues that match your filters.

Category
Status