Merge pull request #14706 from ixiam/dev-SmartyCompiled
[civicrm-core.git] / CRM / Contact / Import / Parser.php
index 827eeff9fa34ea4080df9dd4e6f0d456f02fbaf4..c8cfc0a84f82e9ead67314306b95a1cc45a58957 100644 (file)
@@ -1347,7 +1347,9 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
    *   Input values
    * @param string $entity
    *  - address, email, phone
-   * @param int|NULL $contactID
+   * @param int|null $contactID
+   *
+   * @throws \CiviCRM_API3_Exception
    */
   protected function fillPrimary(&$params, $values, $entity, $contactID) {
     if ($values['location_type_id'] === 'Primary') {