From 778ec1911ce73bf7816f63de9bfaa8d4599a11c0 Mon Sep 17 00:00:00 2001 From: Sean Madsen Date: Wed, 28 Feb 2018 16:40:03 -0500 Subject: [PATCH] Clean up docblock --- CRM/PCP/Form/Event.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CRM/PCP/Form/Event.php b/CRM/PCP/Form/Event.php index fa198938e9..2db0787ba8 100644 --- 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() { -- 2.25.1