CRM-14106 - Regex targeting inline conditonal statements
[civicrm-core.git] / CRM / Contact / Form / DedupeFind.php
index 9cdd2c804c5d6472e9a9c52cdd59568bc75af1d9..72f142cb83477a38ad38c75fe3c32dff955ae0f7 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form {
   /**
    * Function to pre processing
    *
-   * @return None
+   * @return void
    * @access public
    */
   function preProcess() {
@@ -58,7 +58,7 @@ class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form {
   /**
    * Function to build the form
    *
-   * @return None
+   * @return void
    * @access public
    */
   public function buildQuickForm() {
@@ -92,7 +92,7 @@ class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form {
    *
    * @access public
    *
-   * @return None
+   * @return void
    */
   public function postProcess() {
     $values = $this->exportValues();