mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix some psalm errors
This commit is contained in:
@@ -553,8 +553,6 @@ class AccompanyingPeriod implements
|
||||
* 'now'.
|
||||
*
|
||||
* @param mixed $person
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function closeParticipationFor($person): ?AccompanyingPeriodParticipation
|
||||
{
|
||||
|
@@ -880,7 +880,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Collection|BudgetCharges[]
|
||||
* @return Collection|Charge[]
|
||||
*/
|
||||
public function getBudgetCharges(): Collection
|
||||
{
|
||||
@@ -888,7 +888,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Collection|BudgetResources[]
|
||||
* @return Collection|Resource[]
|
||||
*/
|
||||
public function getBudgetResources(): Collection
|
||||
{
|
||||
|
Reference in New Issue
Block a user