EscolaLMS/Auth

View on GitHub
src/Services/Contracts/UserGroupServiceContract.php

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

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

    public function searchAndPaginate(CriteriaDto $criteriaDto, array $appends = [], int $perPage = null, int $page = null, ?OrderDto $orderDto = null): LengthAwarePaginator;
Severity: Minor
Found in src/Services/Contracts/UserGroupServiceContract.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status