ampache/ampache

View on GitHub
src/Repository/AccessRepositoryInterface.php

Summary

Maintainability
A
1 hr
Test Coverage

Method update has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

        int $accessId,
        string $startIp,
        string $endIp,
        string $name,
        int $userId,
Severity: Major
Found in src/Repository/AccessRepositoryInterface.php - About 50 mins to fix

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

            string $startIp,
            string $endIp,
            string $name,
            int $userId,
            int $level,
    Severity: Minor
    Found in src/Repository/AccessRepositoryInterface.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status