fix misc phpstan issues

This commit is contained in:
2025-12-22 18:26:35 +01:00
parent 35d91762d3
commit 55c11c7f04
20 changed files with 62 additions and 78 deletions

View File

@@ -329,7 +329,7 @@ class AccompanyingPeriodWork implements AccompanyingPeriodLinkedWithSocialIssues
}
/**
* @return Collection|ThirdParty[]
* @return Collection<int, ThirdParty>
*/
public function getThirdParties(): Collection
{