From: Eileen McNaughton Date: Wed, 14 May 2014 02:29:16 +0000 (+1200) Subject: comment fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6fcfefea7a1fb3f9c9a9565a9f25dd642538de6e;p=civicrm-core.git comment fix --- diff --git a/CRM/Utils/Request.php b/CRM/Utils/Request.php index 964dbeef4e..9240d8d810 100644 --- a/CRM/Utils/Request.php +++ b/CRM/Utils/Request.php @@ -57,7 +57,7 @@ class CRM_Utils_Request { /** * Retrieve a value from the request (GET/POST/REQUEST) * - * @param $name name of the variable to be retrieved + * @param $name string name of the variable to be retrieved * @param $type type of the variable (see CRM_Utils_Type for details) * @param $store session scope where variable is stored * @param bool|\is $abort is this variable required