From 2c0c2857478748fa49167a794c0574e505224d6f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 6 Jan 2015 11:41:10 -0800 Subject: [PATCH] INFRA-132 - CRM/Widget - Convert single-line @param to multi-line --- CRM/Widget/Widget.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Widget/Widget.php b/CRM/Widget/Widget.php index bc7d526f04..f15a93b5a5 100644 --- a/CRM/Widget/Widget.php +++ b/CRM/Widget/Widget.php @@ -183,7 +183,8 @@ WHERE id = %1"; * * @param int $contributionPageID * @param string $widgetID - * @param string $format - either myspace or normal + * @param string $format + * Either myspace or normal. * * @return string */ -- 2.25.1