type fixes

This commit is contained in:
Yuri Kuznetsov
2021-11-03 16:34:18 +02:00
parent 48ca9259af
commit fd22f50de2
11 changed files with 111 additions and 38 deletions
@@ -48,6 +48,10 @@ use stdClass;
use RuntimeException;
use PDO;
/**
* @template T of Entity
* @implements Repository<T>
*/
class RDBRepository implements Repository
{
protected $entityType;