mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-19 20:39:29 +00:00
fix misc phpstan issues
This commit is contained in:
@@ -66,7 +66,7 @@ class ResidentialAddressRepository extends ServiceEntityRepository
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array|ResidentialAddress[]|null
|
||||
* @return list<ResidentialAddress>
|
||||
*/
|
||||
public function findCurrentResidentialAddressByPerson(Person $person, ?\DateTimeImmutable $at = null): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user