projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7785584
)
INFRA-132 - CRM/Widget - Convert single-line @param to multi-line
author
Tim Otten
<totten@civicrm.org>
Tue, 6 Jan 2015 19:41:10 +0000
(11:41 -0800)
committer
Tim Otten
<totten@civicrm.org>
Tue, 6 Jan 2015 23:02:30 +0000
(15:02 -0800)
CRM/Widget/Widget.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Widget/Widget.php
b/CRM/Widget/Widget.php
index bc7d526f046a6924f867666bb547cf73708f51ae..f15a93b5a568f14e8410d695771dad2cc3c4ca0b 100644
(file)
--- 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
*/