ampache/ampache

View on GitHub
src/Repository/MetadataFieldRepositoryInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Return type of prototype() is undeclared type \Ampache\Repository\Model\MetadataField
Open

    public function prototype(): MetadataField;

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

    public function findById(int $fieldId): ?MetadataField;

Return type of findByName() is undeclared type ?\Ampache\Repository\Model\MetadataField
Open

    public function findByName(string $name): ?MetadataField;

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

    public function persist(MetadataField $field): ?int;

There are no issues that match your filters.

Category
Status