INFRA-132 - CRM/Mailing - Convert single-line @param to multi-line
[civicrm-core.git] / CRM / Mailing / BAO / BouncePattern.php
index 7ccad8395fd1c91c4b59723fcfec8f2c464ffb5d..45fb02a1c1e45b25268908fda63ff039f7256fb2 100644 (file)
@@ -74,7 +74,8 @@ class CRM_Mailing_BAO_BouncePattern extends CRM_Mailing_DAO_BouncePattern {
   /**
    * Try to match the string to a bounce type.
    *
-   * @param string $message       The message to be matched
+   * @param string $message
+   *   The message to be matched.
    *
    * @return array                Tuple (bounce_type, bounce_reason)
    * @static