Clean up docblock
authorSean Madsen <sean@seanmadsen.com>
Wed, 28 Feb 2018 21:40:03 +0000 (16:40 -0500)
committerSean Madsen <sean@seanmadsen.com>
Wed, 28 Feb 2018 21:42:50 +0000 (16:42 -0500)
CRM/PCP/Form/Event.php

index fa198938e9635b640372e29d643f2ec52d4af001..2db0787ba848c9bc86030154cd3fcb6728d4dc41 100644 (file)
@@ -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() {