nutgram/nutgram

View on GitHub
src/Nutgram.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method bootstrap has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function bootstrap(string $token, Configuration $config): void
    {
        $this->token = $token;
        $this->config = $config;
        $this->container = new Container();
Severity: Minor
Found in src/Nutgram.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status