nutgram/laravel

View on GitHub
src/Console/HookInfoCommand.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public function handle(Nutgram $bot): int
    {
        $webhookInfo = $bot->getWebhookInfo();

        if ($webhookInfo === null) {
Severity: Minor
Found in src/Console/HookInfoCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status