lib/Ajde/Crud/Editor/None.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused parameters such as '$view'.
Open

    public function getResources(Ajde_View &$view)
Severity: Minor
Found in lib/Ajde/Crud/Editor/None.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

The class Ajde_Crud_Editor_None is not named in CamelCase.
Open

class Ajde_Crud_Editor_None extends Ajde_Crud_Editor
{
    public function getResources(Ajde_View &$view)
    {
        /* @var $view Ajde_Template_Parser_Phtml_Helper */
Severity: Minor
Found in lib/Ajde/Crud/Editor/None.php by phpmd

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status