ampache/ampache

View on GitHub
src/Repository/MetadataRepositoryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $metadata has undeclared type \Ampache\Repository\Model\Metadata (Did you mean class \ast\Metadata)
Open

    public function persist(Metadata $metadata): ?int;

Parameter $metadata has undeclared type \Ampache\Repository\Model\Metadata (Did you mean class \ast\Metadata)
Open

    public function remove(Metadata $metadata): void;

Return type of findById() is undeclared type ?\Ampache\Repository\Model\Metadata (Did you mean class \ast\Metadata)
Open

    public function findById(int $metadataId): ?Metadata;

Return type of prototype() is undeclared type \Ampache\Repository\Model\Metadata (Did you mean class \ast\Metadata)
Open

    public function prototype(): Metadata;

Parameter $field has undeclared type \Ampache\Repository\Model\MetadataField
Open

    public function findByObjectIdAndFieldAndType(

Return type of findByObjectIdAndFieldAndType() is undeclared type ?\Ampache\Repository\Model\Metadata (Did you mean class \ast\Metadata)
Open

    public function findByObjectIdAndFieldAndType(

There are no issues that match your filters.

Category
Status