diff options
author | Steve Clay <steve@mrclay.org> | 2013-10-08 08:46:01 -0400 |
---|---|---|
committer | Steve Clay <steve@mrclay.org> | 2013-10-08 08:46:01 -0400 |
commit | 088eb2ce72bfe3852a19f4387e28fee8bdba69c7 (patch) | |
tree | 996d6b82de9a78628f2fdabe255e5809cd60152e /engine/lib/input.php | |
parent | 94dbd504b6b3f4245f92cee1a3222445c7c3f41e (diff) | |
download | elgg-088eb2ce72bfe3852a19f4387e28fee8bdba69c7.tar.gz elgg-088eb2ce72bfe3852a19f4387e28fee8bdba69c7.tar.bz2 |
Fix inline docs for set_input
Diffstat (limited to 'engine/lib/input.php')
-rw-r--r-- | engine/lib/input.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |