vaimo/composer-patches

View on GitHub
src/Composer/CommandsProvider.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class import via use statement (line '16', column '17').
Open

            new \Vaimo\ComposerPatches\Composer\Commands\RedoCommand(),
Severity: Minor
Found in src/Composer/CommandsProvider.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

Missing class import via use statement (line '18', column '17').
Open

            new \Vaimo\ComposerPatches\Composer\Commands\ValidateCommand()
Severity: Minor
Found in src/Composer/CommandsProvider.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

Missing class import via use statement (line '13', column '17').
Open

            new \Vaimo\ComposerPatches\Composer\Commands\PatchCommand(),
Severity: Minor
Found in src/Composer/CommandsProvider.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

Missing class import via use statement (line '14', column '17').
Open

            new \Vaimo\ComposerPatches\Composer\Commands\ListCommand(),
Severity: Minor
Found in src/Composer/CommandsProvider.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

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

            new \Vaimo\ComposerPatches\Composer\Commands\UndoCommand(),
Severity: Minor
Found in src/Composer/CommandsProvider.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

Missing class import via use statement (line '15', column '17').
Open

            new \Vaimo\ComposerPatches\Composer\Commands\ApplyCommand(),
Severity: Minor
Found in src/Composer/CommandsProvider.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

Class implements undeclared interface \Composer\Plugin\Capability\CommandProvider
Open

class CommandsProvider implements \Composer\Plugin\Capability\CommandProvider
Severity: Critical
Found in src/Composer/CommandsProvider.php by phan

There are no issues that match your filters.

Category
Status