ampache/ampache

View on GitHub
src/Repository/AlbumDiskRepositoryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Doc-block of getByAlbum contains declared return type \Ampache\Repository\list<\Ampache\Repository\Model\AlbumDisk> which is incompatible with the return type array declared in the signature
Open

     * @return list<AlbumDisk>

Parameter $album has undeclared type \Ampache\Repository\Model\Album
Open

    public function getByAlbum(Album $album): array;

Return type of getByAlbum() is undeclared type \Ampache\Repository\list<\Ampache\Repository\Model\AlbumDisk>
Open

    public function getByAlbum(Album $album): array;

There are no issues that match your filters.

Category
Status