From 5b658d18ad30cc1710f21d93dad88f14398e85b6 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 16 Sep 2009 18:49:16 +0000 Subject: [PATCH] MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first --- lib/externallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/externallib.php b/lib/externallib.php index 57c3ea93b9..f2724eee79 100644 --- a/lib/externallib.php +++ b/lib/externallib.php @@ -56,7 +56,7 @@ class external_api { * Validates submitted function barameters, if anything is incorrect * invalid_parameter_exception is thrown. * @param ? $description description of parameters - * @param array $params the actual parameters + * @param ? $params the actual parameters * @return ? params with added defaults for optional items, invalid_parameters_exception thrown if any problem found */ public static function validate_params($description, $params) { -- 2.39.5