digipolisgent/robo-digipolis-package-drupal8

View on GitHub
src/Robo/Plugin/Commands/DigipolisPackageDrupal8Commands.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid unused parameters such as '$io'.
Open

    public function digipolisThemesCleanDrupal8(ConsoleIO $io, $themes = '', $dirs = '')

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

Avoid unused parameters such as '$io'.
Open

    public function digipolisPackageDrupal8(ConsoleIO $io, $archiveFile, $dir = null, $opts = ['ignore|i' => ''])

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

Avoid unused parameters such as '$io'.
Open

    public function digipolisThemesCompileDrupal8(ConsoleIO $io, $themes = '', $dirs = '')

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

Line exceeds 120 characters; contains 139 characters
Open

class DigipolisPackageDrupal8Commands extends \Robo\Tasks implements DigipolisPropertiesAwareInterface, \Robo\Contract\ConfigAwareInterface

There are no issues that match your filters.

Category
Status