]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12886 api improvments - adding new descriptions functions - for now without the...
authorskodak <skodak>
Wed, 16 Sep 2009 18:49:16 +0000 (18:49 +0000)
committerskodak <skodak>
Wed, 16 Sep 2009 18:49:16 +0000 (18:49 +0000)
lib/externallib.php

index 57c3ea93b951c1553a52134a978da8d6b9c41c11..f2724eee7997905f84f62bcd9783f6e8ea42b993 100644 (file)
@@ -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) {