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