ampache/ampache

View on GitHub
src/Repository/PreferenceRepositoryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Saw a token Phan may have failed to parse after '* @return list<array> after <code>list,</code> saw <code>'&lt;'</code></array>
Open

     * @return list<array{

Doc-block of getAll contains declared return type \Ampache\Repository\list which is incompatible with the return type array declared in the signature
Open

     * @return list<array{

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

    public function getAll(?User $user = null): array;

Return type of getAll() is undeclared type \Ampache\Repository\list
Open

    public function getAll(?User $user = null): array;

There are no issues that match your filters.

Category
Status