From 8ba7a393353e747a18348ae7ec5224f274a6afee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 30 Apr 2022 01:46:14 +0200 Subject: [PATCH] fix conflicting doc between class Resource and resource --- src/Bundle/ChillPersonBundle/Entity/Person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Entity/Person.php b/src/Bundle/ChillPersonBundle/Entity/Person.php index 3df55d904..7da08d740 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Person.php +++ b/src/Bundle/ChillPersonBundle/Entity/Person.php @@ -888,7 +888,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI } /** - * @return Collection|Resource[] + * @return Collection|\Chill\BudgetBundle\Entity\Resource[] */ public function getBudgetResources(): Collection {