mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Fixed PHPstan issues
This commit is contained in:
parent
d59b8817c3
commit
cd80552ce7
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue