ampache/ampache

View on GitHub
src/Repository/LiveStreamRepositoryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $liveStream has undeclared type \Ampache\Repository\Model\Live_Stream
Open

    public function delete(Live_Stream $liveStream): void;

Return type of findById() is undeclared type ?\Ampache\Repository\Model\Live_Stream
Open

    public function findById(int $objectId): ?Live_Stream;

Parameter $user has undeclared type ?\Ampache\Repository\Model\User
Open

    public function findAll(

Doc-block of findAll contains declared return type \Ampache\Repository\list<int></int> which is incompatible with the return type array declared in the signature
Open

     * @return list<int>

Return type of findAll() is undeclared type \Ampache\Repository\list<int></int>
Open

    public function findAll(

There are no issues that match your filters.

Category
Status