EscolaLMS/Courses

View on GitHub
src/Repositories/Contracts/LessonRepositoryContract.php

Summary

Maintainability
A
45 mins
Test Coverage

Method allMain has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        array $search = [],
        ?int $skip = null,
        ?int $limit = null,
        array $columns = ['*'],
        string $orderDirection = 'asc',
Severity: Minor
Found in src/Repositories/Contracts/LessonRepositoryContract.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status