NFarrington/vatsim-url-shortener

View on GitHub
app/Repositories/DomainRepository.php

Summary

Maintainability
A
35 mins
Test Coverage
A
90%

Method findPublicOrOwnedByUser has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        User $user,
        string $orderBy = 'id',
        string $order = 'ASC',
        int $perPage = null,
        int $page = null
Severity: Minor
Found in app/Repositories/DomainRepository.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status