From 9ef397e935c96dcc4b49e3619e3b54a439ffbb44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 18 May 2021 20:12:03 +0200 Subject: [PATCH] fix docblock --- src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"})