a few comment fixes
[civicrm-core.git] / CRM / Contact / Form / Search / Interface.php
index 27c77bb220c3553188dd95d291f0e9c5776cddec..f99e40190b1f1d46ad23140adcc6426db9d6cf9b 100644 (file)
@@ -36,6 +36,8 @@ interface CRM_Contact_Form_Search_Interface {
 
   /**
    * The constructor gets the submitted form values
+   *
+   * @param $formValues
    */
   public function __construct(&$formValues);