replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -14,7 +14,7 @@ use App\Entity\CustomerRate;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
/**
|
||||
* @extends \Doctrine\ORM\EntityRepository<CustomerRate>
|
||||
* @extends EntityRepository<CustomerRate>
|
||||
*/
|
||||
class CustomerRateRepository extends EntityRepository
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user