Completed
Push — master ( 492298...f4aaa5 )
by Fwolf
04:31
created
func/request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
  * @param	array	$r		Request, $_GET/$_POST etc...
127 127
  * @param	string	$var	Name of variant
128 128
  * @param	mixed	$default	If variant is not given, return this
129
- * @return	mixed
129
+ * @return	string
130 130
  */
131 131
 function GetRequest (&$r, $var, $default = null)
132 132
 {
Please login to merge, or discard this patch.