From 58403353c4bb8a350f96a96bf9a94aabe83fee4d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 22 Sep 2020 19:44:06 +0200 Subject: [PATCH] doc --- include/lib/http_input.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/http_input.class.php b/include/lib/http_input.class.php index 60b03a103..bb2a8fee6 100644 --- a/include/lib/http_input.class.php +++ b/include/lib/http_input.class.php @@ -198,7 +198,7 @@ class HttpInput /** * Retrieve from $_POST - * @param $p_name name of the variable + * @param string $p_name name of the variable * @param $p_type type of the variable , opt. default string * @param $p_default default value is variable is not set * @throws Exception if invalid