comment fixes
[civicrm-core.git] / CRM / Utils / Token.php
index e4eeb41fa122af3ba00787dd3aa5a53347083b73..2b4269e205d1febcd525c9f626a7e15dbee9f2c8 100644 (file)
@@ -1412,6 +1412,12 @@ class CRM_Utils_Token {
 
   /**
    * Replace existing greeting tokens in message/subject.
+   *
+   * @param string $tokenString
+   * @param array $contactDetails
+   * @param int $contactId
+   * @param string $className
+   * @param bool $escapeSmarty
    */
   public static function replaceGreetingTokens(&$tokenString, $contactDetails = NULL, $contactId = NULL, $className = NULL, $escapeSmarty = FALSE) {