mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-13 21:01:24 +00:00
Rector changes return typing
This commit is contained in:
@@ -45,7 +45,7 @@ class ChargeRepository extends ServiceEntityRepository
|
||||
return $qb->getQuery()->getResult();
|
||||
}
|
||||
|
||||
public function findByEntityAndDate($entity, \DateTime $date, $sort = null)
|
||||
public function findByEntityAndDate($entity, \DateTime $date, $sort = null): mixed
|
||||
{
|
||||
$qb = $this->createQueryBuilder('c');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user