ampache/ampache

View on GitHub
src/Module/Util/UtilityFactoryInterface.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/UtilityFactoryInterface.php - About 50 mins to fix

    Return type of createVaInfo() is undeclared type \Ampache\Module\Util\VaInfo
    Open

        public function createVaInfo(

    Return type of createCurl() is undeclared type \Curl\Curl
    Open

        public function createCurl(): Curl;

    There are no issues that match your filters.

    Category
    Status