fix docblock

This commit is contained in:
Julien Fastré 2021-05-18 20:12:03 +02:00
parent eca8172c6d
commit 9ef397e935

View File

@ -629,7 +629,7 @@ class AccompanyingPeriod
* The requestor is either an instance of ThirdParty, or an * The requestor is either an instance of ThirdParty, or an
* instance of Person * instance of Person
* *
* param $requestor Person|ThirdParty * @param $requestor Person|ThirdParty
* @return self * @return self
* @throw UnexpectedValueException if the requestor is not a Person or ThirdParty * @throw UnexpectedValueException if the requestor is not a Person or ThirdParty
* @Groups({"write"}) * @Groups({"write"})