X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FDate.php;h=6f0a311c0a70b3f8c19e7c732c85c27f1c77e383;hb=d32488affd66dd2e6494175442a7f17ae98c537e;hp=bec7a808d62207d5f5d6227dce5414a6de69215d;hpb=a953e3e44d504c65ced19fac8c7ab8087d5f2072;p=civicrm-core.git diff --git a/CRM/Utils/Date.php b/CRM/Utils/Date.php index bec7a808d6..6f0a311c0a 100644 --- a/CRM/Utils/Date.php +++ b/CRM/Utils/Date.php @@ -288,7 +288,7 @@ class CRM_Utils_Date { * %P - uppercase ante/post meridiem ('AM', 'PM') * %Y - year as a decimal number including the century ('2005') * - * @param $dateString + * @param string $dateString * @param string $format the output format * @param array $dateParts an array with the desired date parts *