src/Command/Sort/Fields.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class import via use statement (line '48', column '20').
Open

        return new \ECL\ResultSet($entries);
Severity: Minor
Found in src/Command/Sort/Fields.php by phpmd

MissingImport

Since: 2.7.0

Importing all external classes in a file through use statements makes them clearly visible.

Example

function make() {
    return new \stdClass();
}

Source http://phpmd.org/rules/cleancode.html#MissingImport

The variable $sort_clause is not named in camelCase.
Open

    public function process(\ECL\SymbolTable $table) {
        $result = $table[\ECL\SymbolTable::DEFAULT_SYMBOL];

        // Generate the table of mappings for array_multisort.
        $sort = [];
Severity: Minor
Found in src/Command/Sort/Fields.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $src_clause is not named in camelCase.
Open

    public function process(\ECL\SymbolTable $table) {
        $result = $table[\ECL\SymbolTable::DEFAULT_SYMBOL];

        // Generate the table of mappings for array_multisort.
        $sort = [];
Severity: Minor
Found in src/Command/Sort/Fields.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $sort_clause is not named in camelCase.
Open

    public function process(\ECL\SymbolTable $table) {
        $result = $table[\ECL\SymbolTable::DEFAULT_SYMBOL];

        // Generate the table of mappings for array_multisort.
        $sort = [];
Severity: Minor
Found in src/Command/Sort/Fields.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $src_clause is not named in camelCase.
Open

    public function process(\ECL\SymbolTable $table) {
        $result = $table[\ECL\SymbolTable::DEFAULT_SYMBOL];

        // Generate the table of mappings for array_multisort.
        $sort = [];
Severity: Minor
Found in src/Command/Sort/Fields.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

The variable $sort_clause is not named in camelCase.
Open

    public function process(\ECL\SymbolTable $table) {
        $result = $table[\ECL\SymbolTable::DEFAULT_SYMBOL];

        // Generate the table of mappings for array_multisort.
        $sort = [];
Severity: Minor
Found in src/Command/Sort/Fields.php by phpmd

CamelCaseVariableName

Since: 0.2

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

Example

class ClassName {
    public function doSomething() {
        $data_module = new DataModule();
    }
}

Source

There are no issues that match your filters.

Category
Status