honeybadger-io/honeybadger-laravel

View on GitHub
src/Commands/HoneybadgerInstallCommand.php

Summary

Maintainability
A
1 hr
Test Coverage
A
96%

Method writeEnv has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function writeEnv(): void
    {
        $this->tasks->addTask(
            'Write HONEYBADGER_API_KEY to .env',
            function () {
Severity: Minor
Found in src/Commands/HoneybadgerInstallCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status