src/Composer/CommandsProvider.php
Missing class import via use statement (line '16', column '17'). Open
Open
new \Vaimo\ComposerPatches\Composer\Commands\RedoCommand(),
- Read upRead up
- Exclude checks
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
Open
new \Vaimo\ComposerPatches\Composer\Commands\ValidateCommand()
- Read upRead up
- Exclude checks
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
Open
new \Vaimo\ComposerPatches\Composer\Commands\PatchCommand(),
- Read upRead up
- Exclude checks
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
Open
new \Vaimo\ComposerPatches\Composer\Commands\ListCommand(),
- Read upRead up
- Exclude checks
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
Open
new \Vaimo\ComposerPatches\Composer\Commands\UndoCommand(),
- Read upRead up
- Exclude checks
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
Open
new \Vaimo\ComposerPatches\Composer\Commands\ApplyCommand(),
- Read upRead up
- Exclude checks
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
Open
class CommandsProvider implements \Composer\Plugin\Capability\CommandProvider
- Exclude checks