app/Console/Commands/ReleaseCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

Method acquireReleaseVersionInteractively has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function acquireReleaseVersionInteractively(): string
    {
        $patchVersion = (clone $this->currentVersion)->incrementPatch()->prefix();

        $suggestedVersions = [
Severity: Minor
Found in app/Console/Commands/ReleaseCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status