app/Values/SongUpdateData.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method __construct has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

        public ?string $title,
        public ?string $artistName,
        public ?string $albumName,
        public ?string $albumArtistName,
        public ?int $track,
Severity: Major
Found in app/Values/SongUpdateData.php - About 1 hr to fix

    Method make has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            ?string $title,
            ?string $artistName,
            ?string $albumName,
            ?string $albumArtistName,
            ?int $track,
    Severity: Major
    Found in app/Values/SongUpdateData.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status