Merge pull request #22704 from braders/remove-invalidprofiles-template-variable
[civicrm-core.git] / CRM / Utils / Address.php
index 5b8331ec6029ba27b00689eb25bc6237adca9e33..efba5738dc16b4462c8fd69753336463ccecb958 100644 (file)
@@ -34,7 +34,7 @@ class CRM_Utils_Address {
    *   If true indicates, the address to be built in hcard-microformat standard.
    * @param bool $mailing
    *   If true indicates, the call has been made from mailing label.
-   * @param null $tokenFields
+   * @param string[] $tokenFields
    *
    * @return string
    *   formatted address string
@@ -265,7 +265,7 @@ class CRM_Utils_Address {
   }
 
   /**
-   * @param $format
+   * @param string $format
    *
    * @return array
    */