CRM add missing comment blocks
[civicrm-core.git] / CRM / Core / BAO / CustomField.php
index 546559e23e2bae1cc1731a00eda2cb32a0dff374..8911e952a0e564c0404c5834027fd2c1d0533e2d 100644 (file)
@@ -2454,6 +2454,11 @@ WHERE      f.id IN ($ids)";
     return $errors;
   }
 
+  /**
+   * @param $customId
+   *
+   * @return bool
+   */
   static function isMultiRecordField($customId) {
     $isMultipleWithGid = FALSE;
     if (!is_numeric($customId)) {