maurobonfietti/api-rest-slimphp

View on GitHub
src/Repository/TaskRepository.php

Summary

Maintainability
A
45 mins
Test Coverage
A
100%

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

        int $userId,
        int $page,
        int $perPage,
        ?string $name,
        ?string $description,
Severity: Minor
Found in src/Repository/TaskRepository.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status