]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fix inline docs for set_input
authorSteve Clay <steve@mrclay.org>
Tue, 8 Oct 2013 12:46:01 +0000 (08:46 -0400)
committerSteve Clay <steve@mrclay.org>
Tue, 8 Oct 2013 12:46:01 +0000 (08:46 -0400)
engine/lib/input.php

index 2d9bae4dd80276bdc826cb312f64a49982802227..80b0b8766b641b63b3e76b6b86211acd0f681c39 100644 (file)
@@ -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
  */