mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	fix return type for person::getAddresses
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user