<?php
namespace Doctrine\Bundle\DoctrineBundle\Repository;

use \Doctrine\ORM\EntityRepository;

/**
 * @template T of object
 * @template-extends EntityRepository<T>
 */
class ServiceEntityRepository extends EntityRepository {
}
