NFarrington/vatsim-url-shortener

View on GitHub
app/Console/Commands/SyncSimpleDb.php

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    public function handle()
    {
        $this->simpleDbClient = app(SimpleDbClient::class);
        $this->urlRepository = app(UrlRepository::class);

Severity: Minor
Found in app/Console/Commands/SyncSimpleDb.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status