projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4691b07
)
comment fix
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Wed, 14 May 2014 02:29:16 +0000
(14:29 +1200)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Wed, 14 May 2014 02:29:16 +0000
(14:29 +1200)
CRM/Utils/Request.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Request.php
b/CRM/Utils/Request.php
index 964dbeef4ec42a2a8f6c67f0f0772bc207c23cd5..9240d8d810976fedc3d88cb5df807ac3838e28da 100644
(file)
--- 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