app/Http/Controllers/API/FetchInitialDataController.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method __invoke has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __invoke(
        ITunesService $iTunesService,
        SettingRepository $settingRepository,
        SongRepository $songRepository,
        PlaylistRepository $playlistRepository,
Severity: Minor
Found in app/Http/Controllers/API/FetchInitialDataController.php - About 1 hr to fix

    Method __invoke has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            ITunesService $iTunesService,
            SettingRepository $settingRepository,
            SongRepository $songRepository,
            PlaylistRepository $playlistRepository,
            ApplicationInformationService $applicationInformationService,
    Severity: Major
    Found in app/Http/Controllers/API/FetchInitialDataController.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status