type fixes

This commit is contained in:
Yuri Kuznetsov
2022-02-17 13:25:25 +02:00
parent 38dd599b1e
commit c3d1c773e0
12 changed files with 124 additions and 72 deletions
@@ -31,5 +31,8 @@ namespace Espo\ORM\Repository;
interface RepositoryFactory
{
/**
* @return Repository<\Espo\ORM\Entity>
*/
public function create(string $entityType): Repository;
}