alecgunnar/Maverick

View on GitHub
src/Console/Command/Build/Step/BuildStep.php

Summary

Maintainability
A
35 mins
Test Coverage

Method addOption has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    protected function addOption(string $name, string $shortcut = null, int $mode = null, string $description = '', $default = null): BuildStep
Severity: Minor
Found in src/Console/Command/Build/Step/BuildStep.php - About 35 mins to fix

    Line exceeds 120 characters; contains 143 characters
    Open

        protected function addOption(string $name, string $shortcut = null, int $mode = null, string $description = '', $default = null): BuildStep

    There are no issues that match your filters.

    Category
    Status