diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php index 011199244..716edd118 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php @@ -629,7 +629,7 @@ class AccompanyingPeriod * The requestor is either an instance of ThirdParty, or an * instance of Person * - * param $requestor Person|ThirdParty + * @param $requestor Person|ThirdParty * @return self * @throw UnexpectedValueException if the requestor is not a Person or ThirdParty * @Groups({"write"})