fix misc phpstan issues

This commit is contained in:
2025-12-22 18:26:35 +01:00
parent 35d91762d3
commit 55c11c7f04
20 changed files with 62 additions and 78 deletions

View File

@@ -66,7 +66,7 @@ class ResidentialAddressRepository extends ServiceEntityRepository
}
/**
* @return array|ResidentialAddress[]|null
* @return list<ResidentialAddress>
*/
public function findCurrentResidentialAddressByPerson(Person $person, ?\DateTimeImmutable $at = null): array
{