manual merge of fixes for CRM-13981
[civicrm-core.git] / CRM / Contribute / Form / CancelSubscription.php
index 886e35af9f0e3579bb2d159d46471ae34eb2868c..9a13737888d2afbe3ba40baaa0f72fd6c4a041f0 100644 (file)
@@ -134,7 +134,7 @@ class CRM_Contribute_Form_CancelSubscription extends CRM_Core_Form {
   /**
    * Function to build the form
    *
-   * @return None
+   * @return void
    * @access public
    */
   public function buildQuickForm() {
@@ -203,7 +203,7 @@ class CRM_Contribute_Form_CancelSubscription extends CRM_Core_Form {
    *
    * @access public
    *
-   * @return None
+   * @return void
    */
   public function postProcess() {
     $status             = $message = NULL;