From: Steve Clay Date: Tue, 8 Oct 2013 12:46:01 +0000 (-0400) Subject: Fix inline docs for set_input X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=088eb2ce72bfe3852a19f4387e28fee8bdba69c7;p=lorea%2Felgg.git Fix inline docs for set_input --- diff --git a/engine/lib/input.php b/engine/lib/input.php index 2d9bae4dd..80b0b8766 100644 --- a/engine/lib/input.php +++ b/engine/lib/input.php @@ -60,8 +60,8 @@ function get_input($variable, $default = NULL, $filter_result = TRUE) { * * Note: this function does not handle nested arrays (ex: form input of param[m][n]) * - * @param string $variable The name of the variable - * @param string $value The value of the variable + * @param string $variable The name of the variable + * @param string|string[] $value The value of the variable * * @return void */