diff options
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   */  | 
