mambax7/publisher

View on GitHub
preloads/core.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused parameters such as '$args'.
Open

    public static function eventCoreIncludeCommonEnd($args): void
Severity: Minor
Found in preloads/core.php by phpmd

UnusedFormalParameter

Since: 0.2

Avoid passing parameters to methods or constructors and then not using those parameters.

Example

class Foo
{
    private function bar($howdy)
    {
        // $howdy is not used
    }
}

Source https://phpmd.org/rules/unusedcode.html#unusedformalparameter

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

class PublisherCorePreload extends \XoopsPreloadItem
Severity: Minor
Found in preloads/core.php by phpcodesniffer

There are no issues that match your filters.

Category
Status