INFRA-132 - CRM/Contact - Convert single-line @param to multi-line
[civicrm-core.git] / CRM / Contact / BAO / Query / Interface.php
index 009c419faac2d66e10d22788020c6854777007a1..76982e5d38b676e4f0a8364071c0dcf5cc2947af 100644 (file)
@@ -112,8 +112,10 @@ abstract class CRM_Contact_BAO_Query_Interface {
    * search field. This approach assumes that each field has a unique-name (ie that the field's
    * unique-name in the API matches the unique-name in the search-builder).
    *
-   * @param array $apiEntities list of entities whose options should be automatically scanned using API metadata
-   * @param array $fieldOptions keys are field unique-names; values describe how to lookup the options
+   * @param array $apiEntities
+   *   List of entities whose options should be automatically scanned using API metadata.
+   * @param array $fieldOptions
+   *   Keys are field unique-names; values describe how to lookup the options.
    *   For boolean options, use value "yesno". For pseudoconstants/FKs, use the name of an API entity
    *   from which the metadata of the field may be queried. (Yes - that is a mouthful.)
    * @void