mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix return type for person::getAddresses
This commit is contained in:
parent
2db847ada2
commit
3686a294d3
@ -1011,7 +1011,7 @@ class Person implements HasCenterInterface
|
||||
* By default, the addresses are ordered by date, descending (the most
|
||||
* recent first)
|
||||
*/
|
||||
public function getAddresses(): ArrayCollection
|
||||
public function getAddresses(): Collection
|
||||
{
|
||||
return $this->addresses;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user