ampache/ampache

View on GitHub
src/Module/Util/UtilityFactory.php

Summary

Maintainability
A
50 mins
Test Coverage

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

        string $file,
        array $gatherTypes = [],
        ?string $encoding = null,
        ?string $encodingId3v1 = null,
        string $dirPattern = '',
Severity: Major
Found in src/Module/Util/UtilityFactory.php - About 50 mins to fix

    syntax error, unexpected 'UserRepositoryInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
    Open

        private UserRepositoryInterface $userRepository;
    Severity: Critical
    Found in src/Module/Util/UtilityFactory.php by phan

    There are no issues that match your filters.

    Category
    Status