comment fix
authorEileen McNaughton <eileen@fuzion.co.nz>
Wed, 14 May 2014 02:29:16 +0000 (14:29 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Wed, 14 May 2014 02:29:16 +0000 (14:29 +1200)
CRM/Utils/Request.php

index 964dbeef4ec42a2a8f6c67f0f0772bc207c23cd5..9240d8d810976fedc3d88cb5df807ac3838e28da 100644 (file)
@@ -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