mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-13 21:01:24 +00:00
Upgrade code from 146 to new standards
This commit is contained in:
@@ -34,7 +34,7 @@ class ChargeRepository extends ServiceEntityRepository
|
||||
/**
|
||||
* @return Charge[]
|
||||
*/
|
||||
public function findAllByEntity(Person|Household $entity): array
|
||||
public function findAllByEntity(Household|Person $entity): array
|
||||
{
|
||||
$qb = $this->createQueryBuilder('c');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user