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:
dce5871
)
Clean up docblock
author
Sean Madsen
<sean@seanmadsen.com>
Wed, 28 Feb 2018 21:40:03 +0000
(16:40 -0500)
committer
Sean Madsen
<sean@seanmadsen.com>
Wed, 28 Feb 2018 21:42:50 +0000
(16:42 -0500)
CRM/PCP/Form/Event.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/PCP/Form/Event.php
b/CRM/PCP/Form/Event.php
index fa198938e9635b640372e29d643f2ec52d4af001..2db0787ba848c9bc86030154cd3fcb6728d4dc41 100644
(file)
--- a/
CRM/PCP/Form/Event.php
+++ b/
CRM/PCP/Form/Event.php
@@
-54,8
+54,7
@@
class CRM_PCP_Form_Event extends CRM_Event_Form_ManageEvent {
/**
* Set default values for the form.
*
- *
- * @return void
+ * @return array
*/
public function setDefaultValues() {
$defaults = array();
@@
-175,7
+174,6
@@
class CRM_PCP_Form_Event extends CRM_Event_Form_ManageEvent {
/**
* Process the form submission.
*
- *
* @return void
*/
public function postProcess() {