mambax7/cardealer

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)
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 CardealerCorePreload extends XoopsPreloadItem
Severity: Minor
Found in preloads/core.php by phpcodesniffer

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 29 and the first side effect is on line 24.
Open

<?php
Severity: Minor
Found in preloads/core.php by phpcodesniffer

There are no issues that match your filters.

Category
Status