comment fixes
[civicrm-core.git] / CRM / Member / Import / Field.php
index 732fd4d290291123c06909d2a24855829e409577..112e87b1f2bfc215b9509b166246c85141694914 100644 (file)
@@ -108,6 +108,8 @@ class CRM_Member_Import_Field {
   /**
    * The value is in string format. convert the value to the type of this field
    * and set the field value with the appropriate type
+   *
+   * @param $value
    */
   public function setValue($value) {
     $this->_value = $value;