Fixed PHPstan issues

This commit is contained in:
Jan Böhmer 2023-07-23 00:14:29 +02:00
parent d59b8817c3
commit cd80552ce7
3 changed files with 8 additions and 5 deletions

View file

@ -30,7 +30,7 @@ use RecursiveIteratorIterator;
/**
* @see \App\Tests\Repository\StructuralDBElementRepositoryTest
* @template TEntityClass of AbstractStructuralDBElement
* @extends NamedDBElementRepository<TEntityClass>
* @extends AttachmentContainingDBElementRepository<TEntityClass>
*/
class StructuralDBElementRepository extends AttachmentContainingDBElementRepository
{