app/Services/MediaMetadataService.php

Summary

Maintainability
A
1 hr
Test Coverage

Method writeArtistImage has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        Artist $artist,
        string $source,
        string $extension = 'png',
        ?string $destination = '',
        bool $cleanUp = true
Severity: Minor
Found in app/Services/MediaMetadataService.php - About 35 mins to fix

    Method writeAlbumCover has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            Album $album,
            string $source,
            string $extension = 'png',
            ?string $destination = '',
            bool $cleanUp = true
    Severity: Minor
    Found in app/Services/MediaMetadataService.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status