mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
Upgrade code from 146 to new standards
This commit is contained in:
@@ -977,7 +977,7 @@ class AccompanyingPeriod implements
|
||||
/**
|
||||
* @Groups({"read"})
|
||||
*/
|
||||
public function getRequestor(): Person|ThirdParty|null
|
||||
public function getRequestor(): null|Person|ThirdParty
|
||||
{
|
||||
return $this->requestorPerson ?? $this->requestorThirdParty;
|
||||
}
|
||||
|
Reference in New Issue
Block a user