fix conflicting doc between class Resource and resource

This commit is contained in:
Julien Fastré 2022-04-30 01:46:14 +02:00
parent 304c734f9b
commit 8ba7a39335

View File

@ -888,7 +888,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
}
/**
* @return Collection|Resource[]
* @return Collection|\Chill\BudgetBundle\Entity\Resource[]
*/
public function getBudgetResources(): Collection
{