diff --git a/Repository/ServiceEntityRepository.php b/Repository/ServiceEntityRepository.php index 9a94e6d8b..e5e00ce43 100644 --- a/Repository/ServiceEntityRepository.php +++ b/Repository/ServiceEntityRepository.php @@ -11,6 +11,10 @@ use function trait_exists; if (trait_exists(LazyGhostTrait::class)) { + /** + * @template T of object + * @template-extends LazyServiceEntityRepository + */ class ServiceEntityRepository extends LazyServiceEntityRepository { }